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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=39",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 40,
    "results": [
        {
            "start": 931505149,
            "stop": 931505157
        },
        {
            "start": 931505193,
            "stop": 931505199
        },
        {
            "start": 931505210,
            "stop": 931505212
        },
        {
            "start": 931505241,
            "stop": 931505258
        },
        {
            "start": 931505270,
            "stop": 931505272
        },
        {
            "start": 931505385,
            "stop": 931505387
        },
        {
            "start": 931505419,
            "stop": 931505425
        },
        {
            "start": 931505469,
            "stop": 931505483
        },
        {
            "start": 931505501,
            "stop": 931505502
        },
        {
            "start": 931505516,
            "stop": 931505521
        },
        {
            "start": 931505543,
            "stop": 931505546
        },
        {
            "start": 931505556,
            "stop": 931505563
        },
        {
            "start": 931505598,
            "stop": 931505604
        },
        {
            "start": 931505611,
            "stop": 931505615
        },
        {
            "start": 931505622,
            "stop": 931505627
        },
        {
            "start": 931505641,
            "stop": 931505644
        },
        {
            "start": 931505669,
            "stop": 931505671
        },
        {
            "start": 931505692,
            "stop": 931505694
        },
        {
            "start": 931505726,
            "stop": 931505727
        },
        {
            "start": 931505734,
            "stop": 931505736
        }
    ]
}