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/H1_CW_CAT1/segments?format=api&page=79
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=80", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=78", "results_count": 9325, "results_per_page": 20, "num_pages": 467, "page_number": 79, "results": [ { "start": 822970474, "stop": 822970758 }, { "start": 822970781, "stop": 822970807 }, { "start": 822970816, "stop": 822970832 }, { "start": 822970845, "stop": 822970866 }, { "start": 822970885, "stop": 822970941 }, { "start": 822971802, "stop": 822974893 }, { "start": 822974927, "stop": 822974928 }, { "start": 822975063, "stop": 822977383 }, { "start": 822977557, "stop": 822993529 }, { "start": 822993606, "stop": 823012332 }, { "start": 823014112, "stop": 823017614 }, { "start": 823018000, "stop": 823018328 }, { "start": 823020636, "stop": 823021814 }, { "start": 823021942, "stop": 823022053 }, { "start": 823022082, "stop": 823022083 }, { "start": 823022220, "stop": 823022893 }, { "start": 823022920, "stop": 823022921 }, { "start": 823023021, "stop": 823023253 }, { "start": 823023269, "stop": 823023270 }, { "start": 823023624, "stop": 823029611 } ] }