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_CAT2/segments?format=api&page=84
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=85", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=83", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 84, "results": [ { "start": 931505581, "stop": 931505585 }, { "start": 931505588, "stop": 931505591 }, { "start": 931505594, "stop": 931505604 }, { "start": 931505607, "stop": 931505615 }, { "start": 931505618, "stop": 931505627 }, { "start": 931505632, "stop": 931505633 }, { "start": 931505637, "stop": 931505644 }, { "start": 931505648, "stop": 931505652 }, { "start": 931505659, "stop": 931505662 }, { "start": 931505665, "stop": 931505671 }, { "start": 931505674, "stop": 931505675 }, { "start": 931505680, "stop": 931505684 }, { "start": 931505688, "stop": 931505694 }, { "start": 931505701, "stop": 931505703 }, { "start": 931505706, "stop": 931505708 }, { "start": 931505711, "stop": 931505714 }, { "start": 931505717, "stop": 931505719 }, { "start": 931505722, "stop": 931505727 }, { "start": 931505730, "stop": 931505736 }, { "start": 931505739, "stop": 931505743 } ] }