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=284
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=285", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=283", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 284, "results": [ { "start": 818235903, "stop": 818235906 }, { "start": 818235912, "stop": 818235913 }, { "start": 818235951, "stop": 818235955 }, { "start": 818235959, "stop": 818235963 }, { "start": 818235994, "stop": 818235997 }, { "start": 818236010, "stop": 818236011 }, { "start": 818236018, "stop": 818236019 }, { "start": 818236033, "stop": 818236034 }, { "start": 818236053, "stop": 818236058 }, { "start": 818236064, "stop": 818236067 }, { "start": 818236073, "stop": 818236077 }, { "start": 818236083, "stop": 818236086 }, { "start": 818236091, "stop": 818236093 }, { "start": 818236102, "stop": 818236106 }, { "start": 818236116, "stop": 818236118 }, { "start": 818236136, "stop": 818236140 }, { "start": 818236159, "stop": 818236162 }, { "start": 818236177, "stop": 818236181 }, { "start": 818236236, "stop": 818236243 }, { "start": 818236248, "stop": 818236249 } ] }