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_CAT4/segments?format=api&page=231
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=232", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=230", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 231, "results": [ { "start": 817856959, "stop": 817856961 }, { "start": 817856989, "stop": 817856992 }, { "start": 817857147, "stop": 817857227 }, { "start": 817857259, "stop": 817857341 }, { "start": 817857366, "stop": 817857367 }, { "start": 817857387, "stop": 817857394 }, { "start": 817857422, "stop": 817857429 }, { "start": 817857438, "stop": 817857453 }, { "start": 817857521, "stop": 817857558 }, { "start": 817857593, "stop": 817857614 }, { "start": 817857643, "stop": 817857688 }, { "start": 817857691, "stop": 817857762 }, { "start": 817857766, "stop": 817857801 }, { "start": 817857804, "stop": 817857806 }, { "start": 817857870, "stop": 817857885 }, { "start": 817857892, "stop": 817857952 }, { "start": 817857973, "stop": 817857996 }, { "start": 817858015, "stop": 817858069 }, { "start": 817858123, "stop": 817858132 }, { "start": 817858138, "stop": 817858154 } ] }