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=727
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=728", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=726", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 727, "results": [ { "start": 857366947, "stop": 857367457 }, { "start": 857367487, "stop": 857368507 }, { "start": 857369227, "stop": 857373787 }, { "start": 857374021, "stop": 857376841 }, { "start": 857377021, "stop": 857378221 }, { "start": 857380043, "stop": 857384423 }, { "start": 857384619, "stop": 857388579 }, { "start": 857388609, "stop": 857388669 }, { "start": 857388699, "stop": 857388759 }, { "start": 857388819, "stop": 857391219 }, { "start": 857394658, "stop": 857394958 }, { "start": 857395087, "stop": 857398477 }, { "start": 857398627, "stop": 857402287 }, { "start": 857403921, "stop": 857404101 }, { "start": 857404131, "stop": 857404401 }, { "start": 857405698, "stop": 857405908 }, { "start": 857405938, "stop": 857405998 }, { "start": 857406028, "stop": 857406088 }, { "start": 857406118, "stop": 857406178 }, { "start": 857430018, "stop": 857435118 } ] }