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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=294",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=292",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 293,
    "results": [
        {
            "start": 931598958,
            "stop": 931598961
        },
        {
            "start": 931598963,
            "stop": 931598968
        },
        {
            "start": 931598973,
            "stop": 931598978
        },
        {
            "start": 931598997,
            "stop": 931598998
        },
        {
            "start": 931599000,
            "stop": 931599001
        },
        {
            "start": 931599084,
            "stop": 931599086
        },
        {
            "start": 931599138,
            "stop": 931599139
        },
        {
            "start": 931599148,
            "stop": 931599149
        },
        {
            "start": 931599155,
            "stop": 931599159
        },
        {
            "start": 931599161,
            "stop": 931599163
        },
        {
            "start": 931600872,
            "stop": 931600873
        },
        {
            "start": 931601185,
            "stop": 931601186
        },
        {
            "start": 931601188,
            "stop": 931601189
        },
        {
            "start": 931601492,
            "stop": 931601493
        },
        {
            "start": 931602647,
            "stop": 931602648
        },
        {
            "start": 931603818,
            "stop": 931603819
        },
        {
            "start": 931612015,
            "stop": 931612016
        },
        {
            "start": 931612020,
            "stop": 931612021
        },
        {
            "start": 931612052,
            "stop": 931612054
        },
        {
            "start": 931612062,
            "stop": 931612064
        }
    ]
}