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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=221",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=219",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 220,
    "results": [
        {
            "start": 1240106851,
            "stop": 1240106852
        },
        {
            "start": 1240106853,
            "stop": 1240106950
        },
        {
            "start": 1240106951,
            "stop": 1240106952
        },
        {
            "start": 1240106953,
            "stop": 1240107026
        },
        {
            "start": 1240107028,
            "stop": 1240107124
        },
        {
            "start": 1240107125,
            "stop": 1240107129
        },
        {
            "start": 1240107130,
            "stop": 1240107156
        },
        {
            "start": 1240107158,
            "stop": 1240107161
        },
        {
            "start": 1240107162,
            "stop": 1240107187
        },
        {
            "start": 1240107191,
            "stop": 1240107212
        },
        {
            "start": 1240107214,
            "stop": 1240107217
        },
        {
            "start": 1240107220,
            "stop": 1240107239
        },
        {
            "start": 1240107240,
            "stop": 1240107241
        },
        {
            "start": 1240107242,
            "stop": 1240107256
        },
        {
            "start": 1240107259,
            "stop": 1240107295
        },
        {
            "start": 1240107296,
            "stop": 1240107297
        },
        {
            "start": 1240107300,
            "stop": 1240107345
        },
        {
            "start": 1240107346,
            "stop": 1240107352
        },
        {
            "start": 1240107356,
            "stop": 1240107421
        },
        {
            "start": 1240107423,
            "stop": 1240107443
        }
    ]
}