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_STOCH_CAT2_H2L1/segments?format=api&page=366
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=367", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=365", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 366, "results": [ { "start": 835495426, "stop": 835495546 }, { "start": 835497481, "stop": 835499521 }, { "start": 835500898, "stop": 835501618 }, { "start": 835502627, "stop": 835507607 }, { "start": 835508047, "stop": 835514827 }, { "start": 835515035, "stop": 835516475 }, { "start": 835518988, "stop": 835525948 }, { "start": 835526147, "stop": 835527767 }, { "start": 835528672, "stop": 835530592 }, { "start": 835530769, "stop": 835533649 }, { "start": 835536880, "stop": 835538230 }, { "start": 835538380, "stop": 835539280 }, { "start": 835539464, "stop": 835540064 }, { "start": 835540271, "stop": 835540451 }, { "start": 835540618, "stop": 835541458 }, { "start": 835541675, "stop": 835541795 }, { "start": 835541948, "stop": 835542068 }, { "start": 835542234, "stop": 835545054 }, { "start": 835547089, "stop": 835548769 }, { "start": 835548947, "stop": 835556987 } ] }