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=430
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=431", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=429", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 430, "results": [ { "start": 839169827, "stop": 839174087 }, { "start": 839174391, "stop": 839175351 }, { "start": 839175582, "stop": 839183382 }, { "start": 839183815, "stop": 839184715 }, { "start": 839185166, "stop": 839185766 }, { "start": 839187479, "stop": 839188079 }, { "start": 839188455, "stop": 839192025 }, { "start": 839192250, "stop": 839193090 }, { "start": 839195274, "stop": 839196954 }, { "start": 839197296, "stop": 839197476 }, { "start": 839197841, "stop": 839198801 }, { "start": 839198974, "stop": 839199874 }, { "start": 839200633, "stop": 839200693 }, { "start": 839200831, "stop": 839200951 }, { "start": 839201088, "stop": 839201658 }, { "start": 839203074, "stop": 839206374 }, { "start": 839210561, "stop": 839211401 }, { "start": 839212131, "stop": 839213031 }, { "start": 839214419, "stop": 839221919 }, { "start": 839222117, "stop": 839228777 } ] }