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=14739
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14740", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14738", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14739, "results": [ { "start": 971178734, "stop": 971178739 }, { "start": 971178742, "stop": 971178746 }, { "start": 971178751, "stop": 971178754 }, { "start": 971178757, "stop": 971178760 }, { "start": 971178761, "stop": 971178762 }, { "start": 971178764, "stop": 971178768 }, { "start": 971178771, "stop": 971178773 }, { "start": 971178776, "stop": 971178777 }, { "start": 971178779, "stop": 971178780 }, { "start": 971178786, "stop": 971178787 }, { "start": 971178788, "stop": 971178790 }, { "start": 971178792, "stop": 971178793 }, { "start": 971178796, "stop": 971178798 }, { "start": 971178799, "stop": 971178803 }, { "start": 971178808, "stop": 971178811 }, { "start": 971178814, "stop": 971178815 }, { "start": 971178818, "stop": 971178820 }, { "start": 971178821, "stop": 971178822 }, { "start": 971178824, "stop": 971178830 }, { "start": 971178834, "stop": 971178835 } ] }