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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=26",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 27,
    "results": [
        {
            "start": 818816477,
            "stop": 818817005
        },
        {
            "start": 818817518,
            "stop": 818831824
        },
        {
            "start": 818832578,
            "stop": 818860213
        },
        {
            "start": 818862107,
            "stop": 818878298
        },
        {
            "start": 818880188,
            "stop": 818883193
        },
        {
            "start": 818883230,
            "stop": 818883231
        },
        {
            "start": 818883464,
            "stop": 818885353
        },
        {
            "start": 818886084,
            "stop": 818888268
        },
        {
            "start": 818888966,
            "stop": 818893967
        },
        {
            "start": 818894582,
            "stop": 818901373
        },
        {
            "start": 818901413,
            "stop": 818901414
        },
        {
            "start": 818902910,
            "stop": 818911813
        },
        {
            "start": 818911868,
            "stop": 818911869
        },
        {
            "start": 818912156,
            "stop": 818917813
        },
        {
            "start": 818919353,
            "stop": 818945579
        },
        {
            "start": 818946980,
            "stop": 818952356
        },
        {
            "start": 818953327,
            "stop": 818954290
        },
        {
            "start": 818955978,
            "stop": 818959136
        },
        {
            "start": 818959400,
            "stop": 818959403
        },
        {
            "start": 818961755,
            "stop": 818969113
        }
    ]
}