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=262
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=263", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=261", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 262, "results": [ { "start": 818226119, "stop": 818226126 }, { "start": 818226137, "stop": 818226138 }, { "start": 818226146, "stop": 818226148 }, { "start": 818226156, "stop": 818226163 }, { "start": 818226176, "stop": 818226178 }, { "start": 818226182, "stop": 818226184 }, { "start": 818226190, "stop": 818226193 }, { "start": 818226199, "stop": 818226200 }, { "start": 818226205, "stop": 818226206 }, { "start": 818226217, "stop": 818226218 }, { "start": 818226221, "stop": 818226223 }, { "start": 818226233, "stop": 818226234 }, { "start": 818226252, "stop": 818226254 }, { "start": 818229819, "stop": 818229825 }, { "start": 818229828, "stop": 818229831 }, { "start": 818229839, "stop": 818229840 }, { "start": 818229861, "stop": 818229863 }, { "start": 818229866, "stop": 818229867 }, { "start": 818229870, "stop": 818229871 }, { "start": 818229877, "stop": 818229881 } ] }