explore-segments
Discover popular Strava segments within a geographic bounding box, filterable by activity type and climb category.
Instructions
Returns popular segments within a bounding box (south_west_lat,south_west_lng,north_east_lat,north_east_lng), optionally filtered by activity type (running/riding) and climb category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bounds | Yes | The geographical area to search, specified as a comma-separated string: south_west_lat,south_west_lng,north_east_lat,north_east_lng | |
| maxCat | No | Filter by maximum climb category (optional, 0-5). Requires riding activityType. | |
| minCat | No | Filter by minimum climb category (optional, 0-5). Requires riding activityType. | |
| activityType | No | Filter segments by activity type (optional: 'running' or 'riding'). |