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_CAT2_H2L1/segments?format=api&page=867
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=868", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=866", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 867, "results": [ { "start": 865522985, "stop": 865534025 }, { "start": 865534256, "stop": 865538366 }, { "start": 865538516, "stop": 865539416 }, { "start": 865539566, "stop": 865540136 }, { "start": 865540280, "stop": 865542380 }, { "start": 865544162, "stop": 865545122 }, { "start": 865545482, "stop": 865545542 }, { "start": 865545632, "stop": 865545752 }, { "start": 865545782, "stop": 865546112 }, { "start": 865546142, "stop": 865546562 }, { "start": 865546592, "stop": 865547822 }, { "start": 865550575, "stop": 865553545 }, { "start": 865553695, "stop": 865556935 }, { "start": 865558049, "stop": 865565489 }, { "start": 865565696, "stop": 865567346 }, { "start": 865567496, "stop": 865576136 }, { "start": 865576337, "stop": 865577957 }, { "start": 865579418, "stop": 865590668 }, { "start": 865590818, "stop": 865594778 }, { "start": 865599449, "stop": 865599509 } ] }