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=317
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=318", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=316", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 317, "results": [ { "start": 818746760, "stop": 818746773 }, { "start": 818746900, "stop": 818746903 }, { "start": 818747016, "stop": 818747029 }, { "start": 818747165, "stop": 818747211 }, { "start": 818747277, "stop": 818747285 }, { "start": 818747400, "stop": 818747414 }, { "start": 818747434, "stop": 818747449 }, { "start": 818747476, "stop": 818747481 }, { "start": 818747722, "stop": 818747728 }, { "start": 818747759, "stop": 818747760 }, { "start": 818747820, "stop": 818747912 }, { "start": 818747996, "stop": 818748000 }, { "start": 818748234, "stop": 818748331 }, { "start": 818748448, "stop": 818748480 }, { "start": 818748521, "stop": 818748588 }, { "start": 818748607, "stop": 818748633 }, { "start": 818748652, "stop": 818748698 }, { "start": 818748719, "stop": 818748789 }, { "start": 818748900, "stop": 818748964 }, { "start": 818748989, "stop": 818749062 } ] }