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=164
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=165", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=163", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 164, "results": [ { "start": 818079475, "stop": 818079477 }, { "start": 818079483, "stop": 818079486 }, { "start": 818079517, "stop": 818079520 }, { "start": 818079531, "stop": 818079533 }, { "start": 818079536, "stop": 818079541 }, { "start": 818079544, "stop": 818079547 }, { "start": 818079550, "stop": 818079552 }, { "start": 818079564, "stop": 818079573 }, { "start": 818079579, "stop": 818079586 }, { "start": 818079598, "stop": 818079601 }, { "start": 818079611, "stop": 818079614 }, { "start": 818079620, "stop": 818079621 }, { "start": 818079626, "stop": 818079627 }, { "start": 818079641, "stop": 818079642 }, { "start": 818079649, "stop": 818079651 }, { "start": 818079659, "stop": 818079660 }, { "start": 818079664, "stop": 818079665 }, { "start": 818079670, "stop": 818079672 }, { "start": 818079695, "stop": 818079701 }, { "start": 818079758, "stop": 818079760 } ] }