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=1092
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1093", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=1091", "results_count": 22462, "results_per_page": 20, "num_pages": 1124, "page_number": 1092, "results": [ { "start": 874223137, "stop": 874223257 }, { "start": 874223581, "stop": 874223761 }, { "start": 874224855, "stop": 874224975 }, { "start": 874228649, "stop": 874229849 }, { "start": 874230061, "stop": 874230361 }, { "start": 874230541, "stop": 874230661 }, { "start": 874230990, "stop": 874231230 }, { "start": 874231405, "stop": 874231945 }, { "start": 874232176, "stop": 874232476 }, { "start": 874232662, "stop": 874232902 }, { "start": 874233092, "stop": 874233752 }, { "start": 874234157, "stop": 874234277 }, { "start": 874234548, "stop": 874234728 }, { "start": 874234943, "stop": 874235063 }, { "start": 874235864, "stop": 874235924 }, { "start": 874236322, "stop": 874236622 }, { "start": 874236751, "stop": 874238071 }, { "start": 874238297, "stop": 874238477 }, { "start": 874240848, "stop": 874242168 }, { "start": 874243138, "stop": 874244818 } ] }