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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=80",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 81,
    "results": [
        {
            "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
        },
        {
            "start": 931533669,
            "stop": 931533739
        },
        {
            "start": 931533786,
            "stop": 931533790
        },
        {
            "start": 931533865,
            "stop": 931533884
        },
        {
            "start": 931533902,
            "stop": 931533969
        },
        {
            "start": 931534030,
            "stop": 931534090
        },
        {
            "start": 931534150,
            "stop": 931534217
        },
        {
            "start": 931534249,
            "stop": 931534311
        }
    ]
}