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_CAT4/segments?format=api&page=58
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=59", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=57", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 58, "results": [ { "start": 816673362, "stop": 816673376 }, { "start": 816673384, "stop": 816673400 }, { "start": 816673403, "stop": 816673406 }, { "start": 816673426, "stop": 816673583 }, { "start": 816673602, "stop": 816673761 }, { "start": 816673780, "stop": 816673847 }, { "start": 816673879, "stop": 816674057 }, { "start": 816674076, "stop": 816674103 }, { "start": 816674106, "stop": 816674255 }, { "start": 816674258, "stop": 816674318 }, { "start": 816674339, "stop": 816674418 }, { "start": 816674423, "stop": 816674745 }, { "start": 816674749, "stop": 816674784 }, { "start": 816674803, "stop": 816675020 }, { "start": 816675039, "stop": 816675155 }, { "start": 816675174, "stop": 816675215 }, { "start": 816675234, "stop": 816675289 }, { "start": 816675321, "stop": 816675396 }, { "start": 816675416, "stop": 816675420 }, { "start": 816675448, "stop": 816675460 } ] }