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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=74",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 75,
    "results": [
        {
            "start": 1374361507,
            "stop": 1374363998
        },
        {
            "start": 1374364001,
            "stop": 1374364511
        },
        {
            "start": 1374369269,
            "stop": 1374374383
        },
        {
            "start": 1374374386,
            "stop": 1374375926
        },
        {
            "start": 1374375931,
            "stop": 1374386206
        },
        {
            "start": 1374386211,
            "stop": 1374389063
        },
        {
            "start": 1374389068,
            "stop": 1374394090
        },
        {
            "start": 1374394095,
            "stop": 1374395683
        },
        {
            "start": 1374395688,
            "stop": 1374398226
        },
        {
            "start": 1374398365,
            "stop": 1374399129
        },
        {
            "start": 1374399134,
            "stop": 1374404951
        },
        {
            "start": 1374404956,
            "stop": 1374411112
        },
        {
            "start": 1374423809,
            "stop": 1374424517
        },
        {
            "start": 1374424522,
            "stop": 1374424877
        },
        {
            "start": 1374424882,
            "stop": 1374426171
        },
        {
            "start": 1374426176,
            "stop": 1374428330
        },
        {
            "start": 1374428333,
            "stop": 1374429806
        },
        {
            "start": 1374429810,
            "stop": 1374429847
        },
        {
            "start": 1374429852,
            "stop": 1374431923
        },
        {
            "start": 1374431928,
            "stop": 1374433216
        }
    ]
}