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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=107",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 108,
    "results": [
        {
            "start": 1377555875,
            "stop": 1377557422
        },
        {
            "start": 1377557427,
            "stop": 1377567839
        },
        {
            "start": 1377567924,
            "stop": 1377570873
        },
        {
            "start": 1377570878,
            "stop": 1377573257
        },
        {
            "start": 1377573260,
            "stop": 1377577907
        },
        {
            "start": 1377577912,
            "stop": 1377578167
        },
        {
            "start": 1377583484,
            "stop": 1377583543
        },
        {
            "start": 1377583548,
            "stop": 1377583942
        },
        {
            "start": 1377583945,
            "stop": 1377586339
        },
        {
            "start": 1377586344,
            "stop": 1377586828
        },
        {
            "start": 1377590825,
            "stop": 1377598341
        },
        {
            "start": 1377598346,
            "stop": 1377602326
        },
        {
            "start": 1377602331,
            "stop": 1377604475
        },
        {
            "start": 1377604480,
            "stop": 1377604541
        },
        {
            "start": 1377604546,
            "stop": 1377607507
        },
        {
            "start": 1377607510,
            "stop": 1377615131
        },
        {
            "start": 1377615136,
            "stop": 1377619023
        },
        {
            "start": 1377619205,
            "stop": 1377619471
        },
        {
            "start": 1377619475,
            "stop": 1377625740
        },
        {
            "start": 1377625745,
            "stop": 1377628697
        }
    ]
}