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=14672
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14673", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14671", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14672, "results": [ { "start": 971168558, "stop": 971168562 }, { "start": 971168566, "stop": 971168577 }, { "start": 971168581, "stop": 971168582 }, { "start": 971168584, "stop": 971168585 }, { "start": 971168587, "stop": 971168588 }, { "start": 971168589, "stop": 971168590 }, { "start": 971168593, "stop": 971168595 }, { "start": 971168597, "stop": 971168598 }, { "start": 971168601, "stop": 971168603 }, { "start": 971168604, "stop": 971168605 }, { "start": 971168609, "stop": 971168612 }, { "start": 971168613, "stop": 971168617 }, { "start": 971168620, "stop": 971168623 }, { "start": 971168624, "stop": 971168625 }, { "start": 971168628, "stop": 971168632 }, { "start": 971168633, "stop": 971168637 }, { "start": 971168640, "stop": 971168643 }, { "start": 971168644, "stop": 971168645 }, { "start": 971168648, "stop": 971168649 }, { "start": 971168652, "stop": 971168654 } ] }