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=290
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=291", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=289", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 290, "results": [ { "start": 818317822, "stop": 818317823 }, { "start": 818317851, "stop": 818317880 }, { "start": 818317924, "stop": 818317930 }, { "start": 818317954, "stop": 818317971 }, { "start": 818317993, "stop": 818318055 }, { "start": 818318088, "stop": 818318159 }, { "start": 818318181, "stop": 818318253 }, { "start": 818318330, "stop": 818318358 }, { "start": 818318377, "stop": 818318497 }, { "start": 818318624, "stop": 818318638 }, { "start": 818318690, "stop": 818318696 }, { "start": 818322206, "stop": 818322212 }, { "start": 818322240, "stop": 818322420 }, { "start": 818322439, "stop": 818322512 }, { "start": 818322541, "stop": 818322627 }, { "start": 818322664, "stop": 818322676 }, { "start": 818322704, "stop": 818322763 }, { "start": 818322792, "stop": 818322803 }, { "start": 818322839, "stop": 818322848 }, { "start": 818322867, "stop": 818322940 } ] }