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=1212
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1213", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1211", "results_count": 28169, "results_per_page": 20, "num_pages": 1409, "page_number": 1212, "results": [ { "start": 954855237, "stop": 954855409 }, { "start": 954856530, "stop": 954857742 }, { "start": 954858625, "stop": 954863312 }, { "start": 954864740, "stop": 954868614 }, { "start": 954869119, "stop": 954872268 }, { "start": 954873157, "stop": 954883049 }, { "start": 954883051, "stop": 954884401 }, { "start": 954914596, "stop": 954936380 }, { "start": 954939723, "stop": 954949919 }, { "start": 954950279, "stop": 954957133 }, { "start": 954964271, "stop": 954978804 }, { "start": 955013425, "stop": 955015790 }, { "start": 955032833, "stop": 955035406 }, { "start": 955045346, "stop": 955047448 }, { "start": 955047450, "stop": 955048184 }, { "start": 955048185, "stop": 955048754 }, { "start": 955053502, "stop": 955054089 }, { "start": 955067157, "stop": 955069638 }, { "start": 955077982, "stop": 955087734 }, { "start": 955088665, "stop": 955107561 } ] }