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_CAT2/segments?format=api&page=3863
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3864", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3862", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 3863, "results": [ { "start": 873731962, "stop": 873731963 }, { "start": 873731964, "stop": 873731968 }, { "start": 873731972, "stop": 873731980 }, { "start": 873731981, "stop": 873731989 }, { "start": 873731990, "stop": 873732014 }, { "start": 873732015, "stop": 873732881 }, { "start": 873732882, "stop": 873733299 }, { "start": 873733301, "stop": 873736201 }, { "start": 873736202, "stop": 873738986 }, { "start": 873738989, "stop": 873739548 }, { "start": 873739552, "stop": 873739566 }, { "start": 873739569, "stop": 873739602 }, { "start": 873739605, "stop": 873740567 }, { "start": 873740570, "stop": 873740962 }, { "start": 873740965, "stop": 873740967 }, { "start": 873740970, "stop": 873741093 }, { "start": 873741096, "stop": 873741416 }, { "start": 873741419, "stop": 873741454 }, { "start": 873741457, "stop": 873741824 }, { "start": 873741827, "stop": 873743411 } ] }