Just wondering if its possible to get a list off all of the Strava segments in a particular area?
Want to make the cycle to work a bit more entertaining by incorporating a new one everyday.
Dunno about a list, but just use Segment explorer?
The segment explorer on Strava is restricted to showing only so many in the view, and which ones are shown depends on how far zoomed in it is (ie segments that start or end outside of the view are not shown), so it's a bit arkward to use
The API for people wanting to code something to do what you ask is limited to returning a maximum of ten segments:
https://strava.github.io/api/v3/segments/#explore
Some sort of algorithm scattering the requests over a given area might be useful for obtaining something approaching all segments in a given area.
Maybe create a GPX that covers the whole area then upload it ?