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=219
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=220", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=218", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 219, "results": [ { "start": 817761458, "stop": 817761479 }, { "start": 817761523, "stop": 817761556 }, { "start": 817761594, "stop": 817761602 }, { "start": 817761626, "stop": 817761667 }, { "start": 817761688, "stop": 817761703 }, { "start": 817761724, "stop": 817761771 }, { "start": 817761841, "stop": 817761947 }, { "start": 817761991, "stop": 817761995 }, { "start": 817762044, "stop": 817762049 }, { "start": 817762099, "stop": 817762108 }, { "start": 817762129, "stop": 817762348 }, { "start": 817762378, "stop": 817762475 }, { "start": 817762551, "stop": 817762649 }, { "start": 817762680, "stop": 817762742 }, { "start": 817762763, "stop": 817762902 }, { "start": 817762924, "stop": 817762934 }, { "start": 817762997, "stop": 817762998 }, { "start": 817763067, "stop": 817763086 }, { "start": 817763107, "stop": 817763129 }, { "start": 817763151, "stop": 817763204 } ] }