strava_get_segment_streams
Retrieve GPS coordinates, distance, and altitude data for Strava segments to analyze route geography and elevation profiles.
Instructions
Get GPS coordinates, distance, and altitude data for a segment.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| segment_id | Yes | The segment ID | |
| keys | Yes | Stream types: latlng, distance, altitude | |
| max_points | No | Maximum data points (10-2000, default 500) |