I have a cycling event where we are using strava to augment our chip-based timing. We have 7 chip timed climbs for the individual KOM competition, but additionally have team competition that uses these seven chip times plus another 5 strava timed climbs.
Thus, I have a few hundred public strava activities, each of which include the 5 segments I am interested in.
So, how do I get all the segment efforts so I can pull out the climb time?
-H "Authorization: Bearer [abcd1234]" \
-d include_all_efforts=true
returns high level activity information, but no segment efforts array.
Help!