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_CAT2/segments?format=api&page=3818
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3819", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3817", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 3818, "results": [ { "start": 873395520, "stop": 873395552 }, { "start": 873395555, "stop": 873395614 }, { "start": 873395617, "stop": 873395618 }, { "start": 873395624, "stop": 873395641 }, { "start": 873395644, "stop": 873396153 }, { "start": 873396158, "stop": 873396162 }, { "start": 873396165, "stop": 873396235 }, { "start": 873396238, "stop": 873396240 }, { "start": 873396300, "stop": 873396407 }, { "start": 873396410, "stop": 873396412 }, { "start": 873396415, "stop": 873396417 }, { "start": 873396420, "stop": 873396511 }, { "start": 873396514, "stop": 873396517 }, { "start": 873396520, "stop": 873396522 }, { "start": 873396525, "stop": 873396533 }, { "start": 873396537, "stop": 873396540 }, { "start": 873396543, "stop": 873396575 }, { "start": 873396578, "stop": 873396595 }, { "start": 873396599, "stop": 873396601 }, { "start": 873396604, "stop": 873396615 } ] }