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_CAT2/segments?format=api&page=1304
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1305", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1303", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1304, "results": [ { "start": 961657568, "stop": 961662710 }, { "start": 961662711, "stop": 961673805 }, { "start": 961673806, "stop": 961676159 }, { "start": 961681424, "stop": 961692742 }, { "start": 961694870, "stop": 961698002 }, { "start": 961699890, "stop": 961699991 }, { "start": 961701428, "stop": 961701581 }, { "start": 961701582, "stop": 961701942 }, { "start": 961701943, "stop": 961702398 }, { "start": 961702399, "stop": 961705152 }, { "start": 961739652, "stop": 961739832 }, { "start": 961739833, "stop": 961757655 }, { "start": 961758839, "stop": 961759392 }, { "start": 961760097, "stop": 961762453 }, { "start": 961765420, "stop": 961766284 }, { "start": 961767799, "stop": 961768022 }, { "start": 961768876, "stop": 961769154 }, { "start": 961770098, "stop": 961770389 }, { "start": 961770415, "stop": 961770906 }, { "start": 961808053, "stop": 961811495 } ] }