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_CAT4/segments?format=api&page=8204
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8205", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8203", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8204, "results": [ { "start": 873478353, "stop": 873478372 }, { "start": 873478391, "stop": 873478446 }, { "start": 873478466, "stop": 873478748 }, { "start": 873478768, "stop": 873478856 }, { "start": 873478875, "stop": 873478936 }, { "start": 873478956, "stop": 873478961 }, { "start": 873478997, "stop": 873479027 }, { "start": 873479046, "stop": 873479145 }, { "start": 873479186, "stop": 873479565 }, { "start": 873479584, "stop": 873479854 }, { "start": 873479874, "stop": 873479882 }, { "start": 873479902, "stop": 873479944 }, { "start": 873479979, "stop": 873480421 }, { "start": 873480506, "stop": 873480626 }, { "start": 873480652, "stop": 873480677 }, { "start": 873480720, "stop": 873480749 }, { "start": 873480771, "stop": 873481080 }, { "start": 873481202, "stop": 873481242 }, { "start": 873481262, "stop": 873481333 }, { "start": 873481354, "stop": 873481357 } ] }