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_CAT4/segments?format=api&page=15793
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15794", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15792", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15793, "results": [ { "start": 971172490, "stop": 971172492 }, { "start": 971172496, "stop": 971172499 }, { "start": 971172500, "stop": 971172501 }, { "start": 971172502, "stop": 971172504 }, { "start": 971172509, "stop": 971172510 }, { "start": 971172512, "stop": 971172514 }, { "start": 971172516, "stop": 971172518 }, { "start": 971172519, "stop": 971172520 }, { "start": 971172521, "stop": 971172522 }, { "start": 971172523, "stop": 971172525 }, { "start": 971172529, "stop": 971172534 }, { "start": 971172536, "stop": 971172537 }, { "start": 971172538, "stop": 971172543 }, { "start": 971172545, "stop": 971172547 }, { "start": 971172549, "stop": 971172554 }, { "start": 971172556, "stop": 971172557 }, { "start": 971172559, "stop": 971172561 }, { "start": 971172563, "stop": 971172565 }, { "start": 971172566, "stop": 971172567 }, { "start": 971172569, "stop": 971172570 } ] }