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=14626
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14627", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14625", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14626, "results": [ { "start": 971163634, "stop": 971163635 }, { "start": 971163637, "stop": 971163641 }, { "start": 971163642, "stop": 971163643 }, { "start": 971163644, "stop": 971163645 }, { "start": 971163649, "stop": 971163650 }, { "start": 971163652, "stop": 971163654 }, { "start": 971163655, "stop": 971163659 }, { "start": 971163660, "stop": 971163662 }, { "start": 971163666, "stop": 971163669 }, { "start": 971163671, "stop": 971163674 }, { "start": 971163676, "stop": 971163677 }, { "start": 971163681, "stop": 971163682 }, { "start": 971163684, "stop": 971163687 }, { "start": 971163688, "stop": 971163689 }, { "start": 971163690, "stop": 971163695 }, { "start": 971163696, "stop": 971163697 }, { "start": 971163699, "stop": 971163703 }, { "start": 971163709, "stop": 971163715 }, { "start": 971163718, "stop": 971163720 }, { "start": 971163723, "stop": 971163724 } ] }