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=1369
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1370", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1368", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1369, "results": [ { "start": 967287463, "stop": 967287497 }, { "start": 967287499, "stop": 967288032 }, { "start": 967288034, "stop": 967288041 }, { "start": 967288043, "stop": 967288229 }, { "start": 967288231, "stop": 967288488 }, { "start": 967288489, "stop": 967291613 }, { "start": 967323675, "stop": 967334427 }, { "start": 967334634, "stop": 967335328 }, { "start": 967336413, "stop": 967337672 }, { "start": 967338621, "stop": 967359054 }, { "start": 967359055, "stop": 967372414 }, { "start": 967372416, "stop": 967377574 }, { "start": 967377575, "stop": 967383284 }, { "start": 967385935, "stop": 967389444 }, { "start": 967395841, "stop": 967401604 }, { "start": 967401606, "stop": 967405859 }, { "start": 967405860, "stop": 967417004 }, { "start": 967417191, "stop": 967417243 }, { "start": 967418918, "stop": 967435904 }, { "start": 967435905, "stop": 967450793 } ] }