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_CAT1/segments?format=api&page=9798
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9799", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9797", "results_count": 199755, "results_per_page": 20, "num_pages": 9988, "page_number": 9798, "results": [ { "start": 873865376, "stop": 873865397 }, { "start": 873865404, "stop": 873865406 }, { "start": 873865410, "stop": 873865426 }, { "start": 873865429, "stop": 873865446 }, { "start": 873865453, "stop": 873865457 }, { "start": 873865461, "stop": 873865473 }, { "start": 873865476, "stop": 873865480 }, { "start": 873865485, "stop": 873865492 }, { "start": 873865497, "stop": 873865508 }, { "start": 873865513, "stop": 873865516 }, { "start": 873865519, "stop": 873865520 }, { "start": 873865523, "stop": 873865527 }, { "start": 873865530, "stop": 873865531 }, { "start": 873865534, "stop": 873865545 }, { "start": 873865548, "stop": 873865552 }, { "start": 873865555, "stop": 873865558 }, { "start": 873865561, "stop": 873865570 }, { "start": 873865574, "stop": 873865577 }, { "start": 873865582, "stop": 873865583 }, { "start": 873865586, "stop": 873865588 } ] }