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_CAT4/segments?format=api&page=8355
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8356", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8354", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8355, "results": [ { "start": 874676841, "stop": 874676852 }, { "start": 874676869, "stop": 874676871 }, { "start": 874676914, "stop": 874676956 }, { "start": 874676975, "stop": 874677031 }, { "start": 874677048, "stop": 874677078 }, { "start": 874677111, "stop": 874677335 }, { "start": 874677359, "stop": 874677360 }, { "start": 874677420, "stop": 874677443 }, { "start": 874677460, "stop": 874677529 }, { "start": 874677546, "stop": 874678020 }, { "start": 874678080, "stop": 874678137 }, { "start": 874678154, "stop": 874678523 }, { "start": 874678540, "stop": 874678609 }, { "start": 874678626, "stop": 874678712 }, { "start": 874678731, "stop": 874678738 }, { "start": 874679049, "stop": 874679165 }, { "start": 874679182, "stop": 874679269 }, { "start": 874679286, "stop": 874679363 }, { "start": 874679380, "stop": 874679730 }, { "start": 874679747, "stop": 874680084 } ] }