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=189
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=190",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=188",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 189,
    "results": [
        {
            "start": 1385067927,
            "stop": 1385074243
        },
        {
            "start": 1385074248,
            "stop": 1385096199
        },
        {
            "start": 1385096204,
            "stop": 1385100938
        },
        {
            "start": 1385100943,
            "stop": 1385100969
        },
        {
            "start": 1385100974,
            "stop": 1385101660
        },
        {
            "start": 1385101665,
            "stop": 1385102969
        },
        {
            "start": 1385102974,
            "stop": 1385104768
        },
        {
            "start": 1385104773,
            "stop": 1385129521
        },
        {
            "start": 1385129524,
            "stop": 1385129856
        },
        {
            "start": 1385129861,
            "stop": 1385142228
        },
        {
            "start": 1385142513,
            "stop": 1385143193
        },
        {
            "start": 1385143198,
            "stop": 1385146039
        },
        {
            "start": 1385146044,
            "stop": 1385154403
        },
        {
            "start": 1385154406,
            "stop": 1385154681
        },
        {
            "start": 1385154686,
            "stop": 1385157399
        },
        {
            "start": 1385157404,
            "stop": 1385158414
        },
        {
            "start": 1385173738,
            "stop": 1385188298
        },
        {
            "start": 1385194584,
            "stop": 1385205345
        },
        {
            "start": 1385205350,
            "stop": 1385207341
        },
        {
            "start": 1385207346,
            "stop": 1385207858
        }
    ]
}