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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=256",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=254",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 255,
    "results": [
        {
            "start": 1259523294,
            "stop": 1259524291
        },
        {
            "start": 1259524294,
            "stop": 1259526857
        },
        {
            "start": 1259526860,
            "stop": 1259528407
        },
        {
            "start": 1259538168,
            "stop": 1259538423
        },
        {
            "start": 1259538426,
            "stop": 1259539509
        },
        {
            "start": 1259539512,
            "stop": 1259540163
        },
        {
            "start": 1259540166,
            "stop": 1259541251
        },
        {
            "start": 1259541254,
            "stop": 1259541548
        },
        {
            "start": 1259541551,
            "stop": 1259542887
        },
        {
            "start": 1259542890,
            "stop": 1259544193
        },
        {
            "start": 1259544201,
            "stop": 1259545367
        },
        {
            "start": 1259545375,
            "stop": 1259547865
        },
        {
            "start": 1259549843,
            "stop": 1259551279
        },
        {
            "start": 1259551282,
            "stop": 1259553260
        },
        {
            "start": 1259553263,
            "stop": 1259559668
        },
        {
            "start": 1259560273,
            "stop": 1259561927
        },
        {
            "start": 1259561935,
            "stop": 1259562986
        },
        {
            "start": 1259562989,
            "stop": 1259563185
        },
        {
            "start": 1259563188,
            "stop": 1259563592
        },
        {
            "start": 1259563595,
            "stop": 1259564000
        }
    ]
}