Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=63
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=64",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=62",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 63,
    "results": [
        {
            "start": 931256280,
            "stop": 931256283
        },
        {
            "start": 931256287,
            "stop": 931256289
        },
        {
            "start": 931256296,
            "stop": 931256299
        },
        {
            "start": 931256302,
            "stop": 931256303
        },
        {
            "start": 931256337,
            "stop": 931256341
        },
        {
            "start": 931256344,
            "stop": 931256351
        },
        {
            "start": 931256360,
            "stop": 931256362
        },
        {
            "start": 931256369,
            "stop": 931256372
        },
        {
            "start": 931256390,
            "stop": 931256393
        },
        {
            "start": 931256406,
            "stop": 931256407
        },
        {
            "start": 931256411,
            "stop": 931256415
        },
        {
            "start": 931256429,
            "stop": 931256432
        },
        {
            "start": 931256435,
            "stop": 931256436
        },
        {
            "start": 931256484,
            "stop": 931256485
        },
        {
            "start": 931256515,
            "stop": 931256516
        },
        {
            "start": 931256521,
            "stop": 931256522
        },
        {
            "start": 931256524,
            "stop": 931256526
        },
        {
            "start": 931256532,
            "stop": 931256534
        },
        {
            "start": 931256566,
            "stop": 931256568
        },
        {
            "start": 931256585,
            "stop": 931256586
        }
    ]
}