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_CBCHIGH_CAT3/segments?format=api&page=8861
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8862", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8860", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 8861, "results": [ { "start": 873032301, "stop": 873032514 }, { "start": 873032531, "stop": 873032730 }, { "start": 873032747, "stop": 873032762 }, { "start": 873032781, "stop": 873032797 }, { "start": 873032814, "stop": 873033095 }, { "start": 873034455, "stop": 873034549 }, { "start": 873034566, "stop": 873034606 }, { "start": 873034632, "stop": 873034646 }, { "start": 873034663, "stop": 873034674 }, { "start": 873034691, "stop": 873035010 }, { "start": 873036630, "stop": 873036723 }, { "start": 873036740, "stop": 873037020 }, { "start": 873037080, "stop": 873037166 }, { "start": 873037183, "stop": 873037202 }, { "start": 873037239, "stop": 873037324 }, { "start": 873037341, "stop": 873037380 }, { "start": 873037440, "stop": 873037539 }, { "start": 873037560, "stop": 873037937 }, { "start": 873037970, "stop": 873038069 }, { "start": 873038097, "stop": 873038384 } ] }