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/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14745
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14746", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14744", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14745, "results": [ { "start": 971179371, "stop": 971179377 }, { "start": 971179381, "stop": 971179388 }, { "start": 971179392, "stop": 971179397 }, { "start": 971179402, "stop": 971179407 }, { "start": 971179408, "stop": 971179409 }, { "start": 971179411, "stop": 971179412 }, { "start": 971179413, "stop": 971179417 }, { "start": 971179418, "stop": 971179422 }, { "start": 971179424, "stop": 971179425 }, { "start": 971179428, "stop": 971179430 }, { "start": 971179431, "stop": 971179434 }, { "start": 971179436, "stop": 971179437 }, { "start": 971179439, "stop": 971179451 }, { "start": 971179454, "stop": 971179456 }, { "start": 971179460, "stop": 971179462 }, { "start": 971179466, "stop": 971179471 }, { "start": 971179473, "stop": 971179483 }, { "start": 971179484, "stop": 971179492 }, { "start": 971179493, "stop": 971179495 }, { "start": 971179496, "stop": 971179497 } ] }