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/S6/timelines/H1_CW_CAT1/segments?format=api&page=114
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=115",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=113",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 114,
    "results": [
        {
            "start": 953230025,
            "stop": 953230039
        },
        {
            "start": 953230048,
            "stop": 953230051
        },
        {
            "start": 953230060,
            "stop": 953230063
        },
        {
            "start": 953230080,
            "stop": 953230081
        },
        {
            "start": 953230084,
            "stop": 953230111
        },
        {
            "start": 953230121,
            "stop": 953230122
        },
        {
            "start": 953230128,
            "stop": 953230140
        },
        {
            "start": 953230146,
            "stop": 953230154
        },
        {
            "start": 953230157,
            "stop": 953230179
        },
        {
            "start": 953230185,
            "stop": 953230227
        },
        {
            "start": 953230242,
            "stop": 953230300
        },
        {
            "start": 953230306,
            "stop": 953230314
        },
        {
            "start": 953230317,
            "stop": 953230341
        },
        {
            "start": 953230344,
            "stop": 953230367
        },
        {
            "start": 953230370,
            "stop": 953230383
        },
        {
            "start": 953230395,
            "stop": 953230398
        },
        {
            "start": 953230411,
            "stop": 953230444
        },
        {
            "start": 953230459,
            "stop": 953230460
        },
        {
            "start": 953230463,
            "stop": 953230464
        },
        {
            "start": 953230468,
            "stop": 953230530
        }
    ]
}