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_CAT3/segments?format=api&page=14711
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14712", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14710", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14711, "results": [ { "start": 971172596, "stop": 971172600 }, { "start": 971172604, "stop": 971172608 }, { "start": 971172609, "stop": 971172612 }, { "start": 971172616, "stop": 971172617 }, { "start": 971172621, "stop": 971172622 }, { "start": 971172623, "stop": 971172624 }, { "start": 971172627, "stop": 971172630 }, { "start": 971172632, "stop": 971172633 }, { "start": 971172634, "stop": 971172635 }, { "start": 971172638, "stop": 971172640 }, { "start": 971172642, "stop": 971172643 }, { "start": 971172644, "stop": 971172647 }, { "start": 971172649, "stop": 971172650 }, { "start": 971172658, "stop": 971172659 }, { "start": 971172661, "stop": 971172662 }, { "start": 971172665, "stop": 971172667 }, { "start": 971172672, "stop": 971172673 }, { "start": 971172679, "stop": 971172680 }, { "start": 971172687, "stop": 971172688 }, { "start": 971172693, "stop": 971172697 } ] }