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_STOCH_CAT2_H2L1/segments?format=api&page=864
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=865", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=863", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 864, "results": [ { "start": 865340972, "stop": 865341392 }, { "start": 865341852, "stop": 865342272 }, { "start": 865342567, "stop": 865342807 }, { "start": 865342960, "stop": 865343080 }, { "start": 865343327, "stop": 865343447 }, { "start": 865343799, "stop": 865343859 }, { "start": 865344209, "stop": 865344329 }, { "start": 865344467, "stop": 865344887 }, { "start": 865357073, "stop": 865357673 }, { "start": 865357805, "stop": 865360145 }, { "start": 865360277, "stop": 865360337 }, { "start": 865360472, "stop": 865360832 }, { "start": 865360972, "stop": 865364512 }, { "start": 865389962, "stop": 865393742 }, { "start": 865393892, "stop": 865393982 }, { "start": 865394158, "stop": 865396768 }, { "start": 865396918, "stop": 865397638 }, { "start": 865400637, "stop": 865405497 }, { "start": 865406797, "stop": 865409617 }, { "start": 865409820, "stop": 865425600 } ] }