• Unified API
  • Mobile SDK
  • Connection Widget
  • Streaming
  • Blood Report API
  • Graph API
  • Health Scores
  • Health Rewards
  • Planned Workouts
  • Lab Testing
  • AI Interface
  • Enterprise
  • Insurance
  • Integrations
  • Research
  • Podcast
  • Blog
  • Reports
  • Events
  • Documentation
  • Community
  • Example apps
  • Wearable Data
  • About
  • Customers
  • Partners
  • Careers
  • Support
  • Pricing
Terra
Pricing
Become an integrationGet started


Cookie Preferences

Essential CookiesAlways On
Advertisement Cookies
Analytics Cookies

Crunch Time: Embrace the Cookie Monster Within!

We use cookies to enhance your browsing experience and analyse our traffic. By clicking “Accept All”, you consent to our use of cookies according to our Cookie Policy. You can change your mind any time by visiting out cookie policy.

Cookies Policy
zap

Latest

zap

Popular

API

Unified API

SDK

Phone SDK

Authentication

Widget

Streaming

Streaming

Graph API

Graph API

Garmin Splits

All

RidiculousTiger1 week ago

Are Garmin splits available in running activities?

terra

Vanessaadmin1 week ago

Hi Rio,

Garmin splits are available in running activities von each Terra activity payload. Both automatic splits and manually pressed laps come through, and you can tell them apart using the trigger_method field on each lap.

Each lap sample carries:

  • start_time / end_time (ISO 8601)
  • distance_meters
  • active_duration_seconds
  • avg_hr_bpm
  • avg_speed_meters_per_second
  • avg_watts
  • calories
  • trigger_method: one of MANUAL, DISTANCE, TIME, POSITION_START, POSITION_LAP, POSITION_WAYPOINT, POSITION_MARKED, SESSION_END, FITNESS_EQUIPMENT, or UNSPECIFIED

DISTANCE and TIME are the auto-split triggers (Garmin's auto-lap by distance or time interval, configured on the device). MANUAL is what you get when the athlete presses the lap button. It's common for a single run to contain a mix of both in the same array, so filter on trigger_method if you only want one kind.

The full activity payload shape is shown in the quickstart: https://docs.tryterra.co/unified-api/quickstart. Happy building!