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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_DATA/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_DATA/segments?format=api&page=22",
    "results_count": 568,
    "results_per_page": 20,
    "num_pages": 29,
    "page_number": 23,
    "results": [
        {
            "start": 1385680333,
            "stop": 1385822808
        },
        {
            "start": 1385844251,
            "stop": 1385849899
        },
        {
            "start": 1385850867,
            "stop": 1385925638
        },
        {
            "start": 1385927469,
            "stop": 1385927579
        },
        {
            "start": 1385939952,
            "stop": 1385990178
        },
        {
            "start": 1386395900,
            "stop": 1386400538
        },
        {
            "start": 1386457398,
            "stop": 1386521424
        },
        {
            "start": 1386521965,
            "stop": 1386532078
        },
        {
            "start": 1386532084,
            "stop": 1386532086
        },
        {
            "start": 1386544018,
            "stop": 1386553324
        },
        {
            "start": 1386553331,
            "stop": 1386553335
        },
        {
            "start": 1386553342,
            "stop": 1386553346
        },
        {
            "start": 1386553353,
            "stop": 1386553356
        },
        {
            "start": 1386553364,
            "stop": 1386553367
        },
        {
            "start": 1386553375,
            "stop": 1386553378
        },
        {
            "start": 1386553386,
            "stop": 1386553389
        },
        {
            "start": 1386553397,
            "stop": 1386553400
        },
        {
            "start": 1386553407,
            "stop": 1386553411
        },
        {
            "start": 1386553418,
            "stop": 1386553421
        },
        {
            "start": 1386553429,
            "stop": 1386553432
        }
    ]
}