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=8359
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8360", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8358", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8359, "results": [ { "start": 874691818, "stop": 874691957 }, { "start": 874691974, "stop": 874692134 }, { "start": 874692167, "stop": 874692481 }, { "start": 874692498, "stop": 874692809 }, { "start": 874692826, "stop": 874693093 }, { "start": 874693112, "stop": 874693227 }, { "start": 874693244, "stop": 874693954 }, { "start": 874694196, "stop": 874694237 }, { "start": 874694254, "stop": 874694305 }, { "start": 874694325, "stop": 874694372 }, { "start": 874694391, "stop": 874694616 }, { "start": 874694635, "stop": 874694750 }, { "start": 874694767, "stop": 874694951 }, { "start": 874694978, "stop": 874695295 }, { "start": 874695315, "stop": 874695527 }, { "start": 874695544, "stop": 874695664 }, { "start": 874695688, "stop": 874695712 }, { "start": 874695729, "stop": 874695929 }, { "start": 874695949, "stop": 874696282 }, { "start": 874696299, "stop": 874696302 } ] }