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_STOCH_CAT2_H1L1/segments?format=api&page=219
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=220", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=218", "results_count": 22462, "results_per_page": 20, "num_pages": 1124, "page_number": 219, "results": [ { "start": 827373687, "stop": 827374347 }, { "start": 827374681, "stop": 827374801 }, { "start": 827374949, "stop": 827375189 }, { "start": 827375695, "stop": 827375875 }, { "start": 827376611, "stop": 827377271 }, { "start": 827377433, "stop": 827378513 }, { "start": 827378603, "stop": 827378663 }, { "start": 827378723, "stop": 827380313 }, { "start": 827380492, "stop": 827381032 }, { "start": 827381189, "stop": 827381309 }, { "start": 827381572, "stop": 827381812 }, { "start": 827382154, "stop": 827382274 }, { "start": 827382435, "stop": 827382855 }, { "start": 827383021, "stop": 827383081 }, { "start": 827383253, "stop": 827383553 }, { "start": 827383813, "stop": 827385373 }, { "start": 827385523, "stop": 827385643 }, { "start": 827385829, "stop": 827385889 }, { "start": 827386041, "stop": 827386341 }, { "start": 827386490, "stop": 827387870 } ] }