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_CAT2/segments?format=api&page=1210
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1211", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1209", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1210, "results": [ { "start": 954484324, "stop": 954484341 }, { "start": 954485483, "stop": 954486848 }, { "start": 954486850, "stop": 954486886 }, { "start": 954486888, "stop": 954488757 }, { "start": 954488759, "stop": 954489315 }, { "start": 954489317, "stop": 954490101 }, { "start": 954490103, "stop": 954493918 }, { "start": 954495264, "stop": 954496793 }, { "start": 954497576, "stop": 954498181 }, { "start": 954498809, "stop": 954499425 }, { "start": 954501675, "stop": 954505838 }, { "start": 954507729, "stop": 954520747 }, { "start": 954521423, "stop": 954522259 }, { "start": 954527194, "stop": 954533894 }, { "start": 954534801, "stop": 954571163 }, { "start": 954571989, "stop": 954577606 }, { "start": 954580558, "stop": 954590534 }, { "start": 954608214, "stop": 954609217 }, { "start": 954616324, "stop": 954617294 }, { "start": 954620718, "stop": 954628486 } ] }