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=3849
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3850", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3848", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 3849, "results": [ { "start": 873613777, "stop": 873613790 }, { "start": 873613792, "stop": 873613796 }, { "start": 873613797, "stop": 873613808 }, { "start": 873613809, "stop": 873613814 }, { "start": 873613815, "stop": 873613817 }, { "start": 873613818, "stop": 873613887 }, { "start": 873613888, "stop": 873613935 }, { "start": 873613936, "stop": 873614978 }, { "start": 873614980, "stop": 873617538 }, { "start": 873617541, "stop": 873620521 }, { "start": 873621830, "stop": 873623984 }, { "start": 873623987, "stop": 873624731 }, { "start": 873624734, "stop": 873625849 }, { "start": 873625852, "stop": 873626248 }, { "start": 873626251, "stop": 873626309 }, { "start": 873626312, "stop": 873626313 }, { "start": 873626316, "stop": 873627190 }, { "start": 873627193, "stop": 873627497 }, { "start": 873627500, "stop": 873631840 }, { "start": 873658252, "stop": 873658253 } ] }