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=8145
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8146", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8144", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8145, "results": [ { "start": 873073651, "stop": 873073999 }, { "start": 873074018, "stop": 873075760 }, { "start": 873076096, "stop": 873076420 }, { "start": 873076439, "stop": 873077426 }, { "start": 873077482, "stop": 873077541 }, { "start": 873077560, "stop": 873077661 }, { "start": 873077678, "stop": 873079979 }, { "start": 873079996, "stop": 873080288 }, { "start": 873080305, "stop": 873081060 }, { "start": 873082017, "stop": 873082295 }, { "start": 873082312, "stop": 873083014 }, { "start": 873083031, "stop": 873083366 }, { "start": 873083383, "stop": 873083385 }, { "start": 873083402, "stop": 873083465 }, { "start": 873083482, "stop": 873084334 }, { "start": 873084496, "stop": 873084848 }, { "start": 873084865, "stop": 873085334 }, { "start": 873088730, "stop": 873088749 }, { "start": 873088783, "stop": 873088792 }, { "start": 873088819, "stop": 873088913 } ] }