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=359
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=360",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=358",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 359,
    "results": [
        {
            "start": 1260820642,
            "stop": 1260822848
        },
        {
            "start": 1260822851,
            "stop": 1260823500
        },
        {
            "start": 1260823505,
            "stop": 1260824179
        },
        {
            "start": 1260824181,
            "stop": 1260824246
        },
        {
            "start": 1260824249,
            "stop": 1260824276
        },
        {
            "start": 1260824279,
            "stop": 1260825080
        },
        {
            "start": 1260825082,
            "stop": 1260825358
        },
        {
            "start": 1260825366,
            "stop": 1260826830
        },
        {
            "start": 1260826833,
            "stop": 1260829780
        },
        {
            "start": 1260829783,
            "stop": 1260833468
        },
        {
            "start": 1260833471,
            "stop": 1260834309
        },
        {
            "start": 1260834312,
            "stop": 1260834471
        },
        {
            "start": 1260834474,
            "stop": 1260835793
        },
        {
            "start": 1260835801,
            "stop": 1260836939
        },
        {
            "start": 1260836942,
            "stop": 1260839178
        },
        {
            "start": 1260839181,
            "stop": 1260843401
        },
        {
            "start": 1260843403,
            "stop": 1260843843
        },
        {
            "start": 1260843846,
            "stop": 1260849496
        },
        {
            "start": 1260849499,
            "stop": 1260849555
        },
        {
            "start": 1260849563,
            "stop": 1260850453
        }
    ]
}