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=94
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=95",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=93",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 94,
    "results": [
        {
            "start": 931661879,
            "stop": 931661880
        },
        {
            "start": 931661887,
            "stop": 931661893
        },
        {
            "start": 931661900,
            "stop": 931661910
        },
        {
            "start": 931661918,
            "stop": 931661926
        },
        {
            "start": 931661933,
            "stop": 931661935
        },
        {
            "start": 931661945,
            "stop": 931661947
        },
        {
            "start": 931661957,
            "stop": 931661979
        },
        {
            "start": 931661986,
            "stop": 931661990
        },
        {
            "start": 931661997,
            "stop": 931662037
        },
        {
            "start": 931662044,
            "stop": 931662064
        },
        {
            "start": 931662079,
            "stop": 931662142
        },
        {
            "start": 931662149,
            "stop": 931662160
        },
        {
            "start": 931662167,
            "stop": 931662180
        },
        {
            "start": 931662195,
            "stop": 931662222
        },
        {
            "start": 931662229,
            "stop": 931662277
        },
        {
            "start": 931662284,
            "stop": 931662333
        },
        {
            "start": 931662343,
            "stop": 931662348
        },
        {
            "start": 931662359,
            "stop": 931662361
        },
        {
            "start": 931662368,
            "stop": 931662388
        },
        {
            "start": 931662394,
            "stop": 931662415
        }
    ]
}