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_CAT3/segments?format=api&page=225
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=226", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=224", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 225, "results": [ { "start": 817775318, "stop": 817775374 }, { "start": 817775500, "stop": 817775508 }, { "start": 817775558, "stop": 817775613 }, { "start": 817775632, "stop": 817775633 }, { "start": 817775687, "stop": 817775688 }, { "start": 817775817, "stop": 817775825 }, { "start": 817775846, "stop": 817775922 }, { "start": 817775939, "stop": 817775978 }, { "start": 817775996, "stop": 817776052 }, { "start": 817776081, "stop": 817776203 }, { "start": 817776230, "stop": 817776295 }, { "start": 817776339, "stop": 817776418 }, { "start": 817776438, "stop": 817776444 }, { "start": 817776467, "stop": 817776578 }, { "start": 817776599, "stop": 817776621 }, { "start": 817776658, "stop": 817776659 }, { "start": 817776701, "stop": 817776769 }, { "start": 817776786, "stop": 817776921 }, { "start": 817776942, "stop": 817777409 }, { "start": 817777430, "stop": 817778181 } ] }