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=653
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=654", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=652", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 653, "results": [ { "start": 852560000, "stop": 852561740 }, { "start": 852561770, "stop": 852561830 }, { "start": 852561920, "stop": 852563060 }, { "start": 852563221, "stop": 852563521 }, { "start": 852563896, "stop": 852564046 }, { "start": 852564076, "stop": 852564136 }, { "start": 852570840, "stop": 852571140 }, { "start": 852571170, "stop": 852572160 }, { "start": 852572190, "stop": 852572250 }, { "start": 852572340, "stop": 852572670 }, { "start": 852572700, "stop": 852572760 }, { "start": 852572790, "stop": 852572850 }, { "start": 852572880, "stop": 852572970 }, { "start": 852573000, "stop": 852573060 }, { "start": 852573090, "stop": 852573150 }, { "start": 852573676, "stop": 852573736 }, { "start": 852573766, "stop": 852574696 }, { "start": 852574864, "stop": 852574924 }, { "start": 852575864, "stop": 852575924 }, { "start": 852576104, "stop": 852576224 } ] }