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/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15968
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15969", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15967", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15968, "results": [ { "start": 971438579, "stop": 971438624 }, { "start": 971438626, "stop": 971438640 }, { "start": 971438641, "stop": 971438732 }, { "start": 971438735, "stop": 971438800 }, { "start": 971438803, "stop": 971438806 }, { "start": 971438809, "stop": 971438964 }, { "start": 971438965, "stop": 971439091 }, { "start": 971439092, "stop": 971439180 }, { "start": 971439181, "stop": 971439194 }, { "start": 971439195, "stop": 971439204 }, { "start": 971439206, "stop": 971439255 }, { "start": 971439257, "stop": 971439327 }, { "start": 971439329, "stop": 971439371 }, { "start": 971439372, "stop": 971439459 }, { "start": 971439480, "stop": 971439484 }, { "start": 971439520, "stop": 971439595 }, { "start": 971439598, "stop": 971439612 }, { "start": 971439615, "stop": 971439692 }, { "start": 971439694, "stop": 971439695 }, { "start": 971439696, "stop": 971439698 } ] }