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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=317",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=315",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 316,
    "results": [
        {
            "start": 1181680192,
            "stop": 1181680333
        },
        {
            "start": 1181680335,
            "stop": 1181680389
        },
        {
            "start": 1181680390,
            "stop": 1181680411
        },
        {
            "start": 1181680413,
            "stop": 1181680455
        },
        {
            "start": 1181680457,
            "stop": 1181680515
        },
        {
            "start": 1181680516,
            "stop": 1181680643
        },
        {
            "start": 1181680645,
            "stop": 1181680740
        },
        {
            "start": 1181681400,
            "stop": 1181682023
        },
        {
            "start": 1181682024,
            "stop": 1181682658
        },
        {
            "start": 1181682660,
            "stop": 1181683409
        },
        {
            "start": 1181683411,
            "stop": 1181684014
        },
        {
            "start": 1181684016,
            "stop": 1181686061
        },
        {
            "start": 1181686063,
            "stop": 1181686187
        },
        {
            "start": 1181686188,
            "stop": 1181688428
        },
        {
            "start": 1181688429,
            "stop": 1181690374
        },
        {
            "start": 1181690376,
            "stop": 1181691035
        },
        {
            "start": 1181692784,
            "stop": 1181693201
        },
        {
            "start": 1181693203,
            "stop": 1181693582
        },
        {
            "start": 1181693583,
            "stop": 1181693584
        },
        {
            "start": 1181693585,
            "stop": 1181695990
        }
    ]
}