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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=87",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=85",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 86,
    "results": [
        {
            "start": 931499867,
            "stop": 931499944
        },
        {
            "start": 931499949,
            "stop": 931499951
        },
        {
            "start": 931499953,
            "stop": 931499956
        },
        {
            "start": 931499962,
            "stop": 931499991
        },
        {
            "start": 931499993,
            "stop": 931500002
        },
        {
            "start": 931500004,
            "stop": 931500015
        },
        {
            "start": 931532775,
            "stop": 931532890
        },
        {
            "start": 931532908,
            "stop": 931532959
        },
        {
            "start": 931532977,
            "stop": 931533045
        },
        {
            "start": 931533063,
            "stop": 931533071
        },
        {
            "start": 931533088,
            "stop": 931533102
        },
        {
            "start": 931533132,
            "stop": 931533147
        },
        {
            "start": 931533229,
            "stop": 931533231
        },
        {
            "start": 931533276,
            "stop": 931533303
        },
        {
            "start": 931533305,
            "stop": 931533308
        },
        {
            "start": 931533326,
            "stop": 931533383
        },
        {
            "start": 931533400,
            "stop": 931533418
        },
        {
            "start": 931533437,
            "stop": 931533473
        },
        {
            "start": 931533491,
            "stop": 931533500
        },
        {
            "start": 931533576,
            "stop": 931533644
        }
    ]
}