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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=57",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 58,
    "results": [
        {
            "start": 1174388993,
            "stop": 1174405033
        },
        {
            "start": 1174405510,
            "stop": 1174422117
        },
        {
            "start": 1174423522,
            "stop": 1174423536
        },
        {
            "start": 1174423538,
            "stop": 1174423669
        },
        {
            "start": 1174423671,
            "stop": 1174424064
        },
        {
            "start": 1174424069,
            "stop": 1174424085
        },
        {
            "start": 1174424090,
            "stop": 1174424091
        },
        {
            "start": 1174424094,
            "stop": 1174424150
        },
        {
            "start": 1174424153,
            "stop": 1174424154
        },
        {
            "start": 1174424158,
            "stop": 1174424160
        },
        {
            "start": 1174424163,
            "stop": 1174424299
        },
        {
            "start": 1174424302,
            "stop": 1174424306
        },
        {
            "start": 1174424309,
            "stop": 1174424324
        },
        {
            "start": 1174424332,
            "stop": 1174424333
        },
        {
            "start": 1174424335,
            "stop": 1174424382
        },
        {
            "start": 1174424400,
            "stop": 1174424404
        },
        {
            "start": 1174424408,
            "stop": 1174424739
        },
        {
            "start": 1174424740,
            "stop": 1174424741
        },
        {
            "start": 1174424743,
            "stop": 1174426021
        },
        {
            "start": 1174426023,
            "stop": 1174426114
        }
    ]
}