Run Segment List
Return the segments for a given timeline for a run.
Query parameters:
start=<int>: Initial GPS time of the desired GPS interval.stop=<int>: Final GPS time of the desired GPS interval.compact: Return a list of segment [start, stop] list.pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3728
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3729", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3727", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 3728, "results": [ { "start": 872685511, "stop": 872685539 }, { "start": 872685540, "stop": 872685577 }, { "start": 872685578, "stop": 872685588 }, { "start": 872685589, "stop": 872685659 }, { "start": 872685660, "stop": 872685723 }, { "start": 872685724, "stop": 872685947 }, { "start": 872685948, "stop": 872686900 }, { "start": 872686901, "stop": 872690868 }, { "start": 872690869, "stop": 872691235 }, { "start": 872691998, "stop": 872696936 }, { "start": 872696937, "stop": 872697332 }, { "start": 872697333, "stop": 872697342 }, { "start": 872699114, "stop": 872699115 }, { "start": 872699119, "stop": 872699120 }, { "start": 872699122, "stop": 872699125 }, { "start": 872699126, "stop": 872699128 }, { "start": 872699129, "stop": 872699130 }, { "start": 872699136, "stop": 872699139 }, { "start": 872699144, "stop": 872699145 }, { "start": 872699149, "stop": 872699152 } ] }