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=1268
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1269", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1267", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1268, "results": [ { "start": 957843302, "stop": 957846517 }, { "start": 957856582, "stop": 957861975 }, { "start": 957863139, "stop": 957865615 }, { "start": 957866568, "stop": 957867006 }, { "start": 957869508, "stop": 957869663 }, { "start": 957870674, "stop": 957877757 }, { "start": 957878836, "stop": 957881922 }, { "start": 957882826, "stop": 957885567 }, { "start": 957885569, "stop": 957889790 }, { "start": 957889792, "stop": 957895069 }, { "start": 957895071, "stop": 957903112 }, { "start": 957903113, "stop": 957905612 }, { "start": 957905614, "stop": 957906019 }, { "start": 957906021, "stop": 957908836 }, { "start": 957908838, "stop": 957910495 }, { "start": 957911221, "stop": 957911503 }, { "start": 957917258, "stop": 957917448 }, { "start": 957919514, "stop": 957919650 }, { "start": 957919652, "stop": 957920809 }, { "start": 957920811, "stop": 957921315 } ] }