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=407
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=408", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=406", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 407, "results": [ { "start": 837751146, "stop": 837753876 }, { "start": 837754085, "stop": 837758585 }, { "start": 837760063, "stop": 837761083 }, { "start": 837763386, "stop": 837764736 }, { "start": 837764886, "stop": 837765486 }, { "start": 837765782, "stop": 837775622 }, { "start": 837775836, "stop": 837777816 }, { "start": 837779089, "stop": 837779509 }, { "start": 837779649, "stop": 837780669 }, { "start": 837780908, "stop": 837783488 }, { "start": 837783785, "stop": 837783875 }, { "start": 837783905, "stop": 837783965 }, { "start": 837784491, "stop": 837785991 }, { "start": 837788489, "stop": 837789839 }, { "start": 837789989, "stop": 837791069 }, { "start": 837791203, "stop": 837791353 }, { "start": 837791503, "stop": 837793153 }, { "start": 837793273, "stop": 837793783 }, { "start": 837794492, "stop": 837796232 }, { "start": 837796399, "stop": 837796789 } ] }