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/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=173
{ "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=174", "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_STOCH_CAT1/segments?format=api&page=172", "results_count": 4982, "results_per_page": 20, "num_pages": 250, "page_number": 173, "results": [ { "start": 1419829518, "stop": 1419829634 }, { "start": 1419829642, "stop": 1419829646 }, { "start": 1419829654, "stop": 1419829822 }, { "start": 1419829830, "stop": 1419829978 }, { "start": 1419829990, "stop": 1419830158 }, { "start": 1419830162, "stop": 1419830166 }, { "start": 1419830171, "stop": 1419830354 }, { "start": 1419830358, "stop": 1419830802 }, { "start": 1419830810, "stop": 1419830874 }, { "start": 1419830882, "stop": 1419831110 }, { "start": 1419831114, "stop": 1419831122 }, { "start": 1419831138, "stop": 1419831218 }, { "start": 1419831230, "stop": 1419831370 }, { "start": 1419831378, "stop": 1419831778 }, { "start": 1419831782, "stop": 1419831785 }, { "start": 1419831787, "stop": 1419832166 }, { "start": 1419832174, "stop": 1419832226 }, { "start": 1419832238, "stop": 1419832266 }, { "start": 1419832286, "stop": 1419832410 }, { "start": 1419832422, "stop": 1419832926 } ] }