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_CAT2/segments?format=api&page=47
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=48", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=46", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 47, "results": [ { "start": 817403058, "stop": 817403065 }, { "start": 817403067, "stop": 817403073 }, { "start": 817403074, "stop": 817403077 }, { "start": 817403079, "stop": 817403081 }, { "start": 817403083, "stop": 817403090 }, { "start": 817403092, "stop": 817403096 }, { "start": 817403097, "stop": 817403101 }, { "start": 817403103, "stop": 817403106 }, { "start": 817403107, "stop": 817403113 }, { "start": 817403296, "stop": 817403841 }, { "start": 817403844, "stop": 817403848 }, { "start": 817403855, "stop": 817403868 }, { "start": 817403880, "stop": 817403892 }, { "start": 817415494, "stop": 817415967 }, { "start": 817415970, "stop": 817415971 }, { "start": 817415974, "stop": 817415985 }, { "start": 817415989, "stop": 817416034 }, { "start": 817416037, "stop": 817416039 }, { "start": 817416818, "stop": 817418138 }, { "start": 817418141, "stop": 817418142 } ] }