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/H1_STOCH_CAT1/segments?format=api&page=1325
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1326", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1324", "results_count": 30795, "results_per_page": 20, "num_pages": 1540, "page_number": 1325, "results": [ { "start": 843840196, "stop": 843840208 }, { "start": 843840211, "stop": 843840231 }, { "start": 843840237, "stop": 843840242 }, { "start": 843840247, "stop": 843840282 }, { "start": 843840285, "stop": 843840288 }, { "start": 843840293, "stop": 843840298 }, { "start": 843840302, "stop": 843840322 }, { "start": 843840332, "stop": 843840344 }, { "start": 843840347, "stop": 843840348 }, { "start": 843840354, "stop": 843840357 }, { "start": 843840361, "stop": 843840366 }, { "start": 843840369, "stop": 843840408 }, { "start": 843840411, "stop": 843840431 }, { "start": 843840436, "stop": 843840438 }, { "start": 843840447, "stop": 843840477 }, { "start": 843840480, "stop": 843840489 }, { "start": 843840492, "stop": 843840505 }, { "start": 843840514, "stop": 843840539 }, { "start": 843840542, "stop": 843840575 }, { "start": 843840578, "stop": 843840580 } ] }