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/H2_STOCH_CAT1/segments?format=api&page=184
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=185", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=183", "results_count": 6551, "results_per_page": 20, "num_pages": 328, "page_number": 184, "results": [ { "start": 843949174, "stop": 843949392 }, { "start": 843949393, "stop": 843949414 }, { "start": 843949417, "stop": 843949513 }, { "start": 843949521, "stop": 843951254 }, { "start": 843951255, "stop": 843957212 }, { "start": 843957216, "stop": 843960969 }, { "start": 843960972, "stop": 843961201 }, { "start": 843961202, "stop": 843965345 }, { "start": 843965348, "stop": 843965891 }, { "start": 843969489, "stop": 843981997 }, { "start": 843981998, "stop": 843986117 }, { "start": 843986122, "stop": 843986200 }, { "start": 843986203, "stop": 844007043 }, { "start": 844009438, "stop": 844009510 }, { "start": 844009511, "stop": 844009731 }, { "start": 844009732, "stop": 844009912 }, { "start": 844009915, "stop": 844009968 }, { "start": 844009971, "stop": 844010067 }, { "start": 844010070, "stop": 844010084 }, { "start": 844010085, "stop": 844010107 } ] }