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=100
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=101", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=99", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 100, "results": [ { "start": 816924688, "stop": 816924724 }, { "start": 816924768, "stop": 816924780 }, { "start": 816924805, "stop": 816924821 }, { "start": 816924841, "stop": 816924888 }, { "start": 816924907, "stop": 816924928 }, { "start": 816924954, "stop": 816924981 }, { "start": 816925001, "stop": 816925028 }, { "start": 816925048, "stop": 816925157 }, { "start": 816925193, "stop": 816925239 }, { "start": 816925349, "stop": 816925388 }, { "start": 816925506, "stop": 816925520 }, { "start": 816925601, "stop": 816925602 }, { "start": 816925652, "stop": 816925657 }, { "start": 816925722, "stop": 816925829 }, { "start": 816925849, "stop": 816925858 }, { "start": 816925961, "stop": 816926088 }, { "start": 816926091, "stop": 816926095 }, { "start": 816926098, "stop": 816926143 }, { "start": 816926172, "stop": 816926178 }, { "start": 816926206, "stop": 816926227 } ] }