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=1214
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1215", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1213", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1214, "results": [ { "start": 955382124, "stop": 955383442 }, { "start": 955383947, "stop": 955386507 }, { "start": 955388992, "stop": 955389841 }, { "start": 955390980, "stop": 955390997 }, { "start": 955391801, "stop": 955392386 }, { "start": 955392852, "stop": 955393663 }, { "start": 955394230, "stop": 955398479 }, { "start": 955422723, "stop": 955439844 }, { "start": 955441603, "stop": 955442643 }, { "start": 955442645, "stop": 955443434 }, { "start": 955443436, "stop": 955443873 }, { "start": 955443875, "stop": 955444771 }, { "start": 955444773, "stop": 955447176 }, { "start": 955447178, "stop": 955447369 }, { "start": 955448587, "stop": 955454665 }, { "start": 955457071, "stop": 955470190 }, { "start": 955470881, "stop": 955486152 }, { "start": 955486158, "stop": 955486950 }, { "start": 955488218, "stop": 955491488 }, { "start": 955497716, "stop": 955507537 } ] }