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=51
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=52", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=50", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 51, "results": [ { "start": 817461887, "stop": 817461921 }, { "start": 817461936, "stop": 817461941 }, { "start": 817461944, "stop": 817461949 }, { "start": 817461954, "stop": 817461984 }, { "start": 817461987, "stop": 817461989 }, { "start": 817461993, "stop": 817462005 }, { "start": 817462008, "stop": 817462016 }, { "start": 817462019, "stop": 817462025 }, { "start": 817462028, "stop": 817462044 }, { "start": 817462047, "stop": 817462052 }, { "start": 817462055, "stop": 817462056 }, { "start": 817462059, "stop": 817462074 }, { "start": 817462077, "stop": 817462083 }, { "start": 817462086, "stop": 817462099 }, { "start": 817462102, "stop": 817462720 }, { "start": 817462725, "stop": 817462728 }, { "start": 817462734, "stop": 817462800 }, { "start": 817463345, "stop": 817464418 }, { "start": 817464421, "stop": 817466916 }, { "start": 817466919, "stop": 817467473 } ] }