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_CAT4/segments?format=api&page=15822
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15823", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15821", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15822, "results": [ { "start": 971178704, "stop": 971178712 }, { "start": 971178713, "stop": 971178716 }, { "start": 971178719, "stop": 971178720 }, { "start": 971178721, "stop": 971178726 }, { "start": 971178729, "stop": 971178733 }, { "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 } ] }