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=1229
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1230", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1228", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1229, "results": [ { "start": 957260919, "stop": 957260949 }, { "start": 957260951, "stop": 957261073 }, { "start": 957261075, "stop": 957261359 }, { "start": 957261361, "stop": 957261815 }, { "start": 957261817, "stop": 957261950 }, { "start": 957261951, "stop": 957262566 }, { "start": 957262568, "stop": 957262775 }, { "start": 957262777, "stop": 957262893 }, { "start": 957262895, "stop": 957263064 }, { "start": 957263066, "stop": 957263531 }, { "start": 957263533, "stop": 957263715 }, { "start": 957263717, "stop": 957264412 }, { "start": 957264414, "stop": 957264530 }, { "start": 957264532, "stop": 957265050 }, { "start": 957265052, "stop": 957265177 }, { "start": 957265179, "stop": 957265865 }, { "start": 957265867, "stop": 957265955 }, { "start": 957265957, "stop": 957266054 }, { "start": 957266056, "stop": 957266416 }, { "start": 957266418, "stop": 957266423 } ] }