Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=261
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=262",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=260",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 261,
    "results": [
        {
            "start": 854479545,
            "stop": 854482211
        },
        {
            "start": 854483246,
            "stop": 854483426
        },
        {
            "start": 854483940,
            "stop": 854504661
        },
        {
            "start": 854505380,
            "stop": 854584176
        },
        {
            "start": 854586719,
            "stop": 854618005
        },
        {
            "start": 854620246,
            "stop": 854658300
        },
        {
            "start": 854662556,
            "stop": 854666456
        },
        {
            "start": 854667569,
            "stop": 854705293
        },
        {
            "start": 854706346,
            "stop": 854706523
        },
        {
            "start": 854707221,
            "stop": 854751243
        },
        {
            "start": 854752774,
            "stop": 854770206
        },
        {
            "start": 854771300,
            "stop": 854794500
        },
        {
            "start": 854794979,
            "stop": 854812842
        },
        {
            "start": 854829913,
            "stop": 854830113
        },
        {
            "start": 854830974,
            "stop": 854910415
        },
        {
            "start": 854911430,
            "stop": 854916967
        },
        {
            "start": 854918105,
            "stop": 854919389
        },
        {
            "start": 854920868,
            "stop": 854926257
        },
        {
            "start": 854926801,
            "stop": 854988003
        },
        {
            "start": 854988720,
            "stop": 855004871
        }
    ]
}