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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6300",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6298",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6299,
    "results": [
        {
            "start": 873134940,
            "stop": 873135566
        },
        {
            "start": 873135567,
            "stop": 873135609
        },
        {
            "start": 873135611,
            "stop": 873135752
        },
        {
            "start": 873135756,
            "stop": 873135801
        },
        {
            "start": 873135802,
            "stop": 873135892
        },
        {
            "start": 873135893,
            "stop": 873136218
        },
        {
            "start": 873136219,
            "stop": 873136507
        },
        {
            "start": 873136508,
            "stop": 873137049
        },
        {
            "start": 873138961,
            "stop": 873139348
        },
        {
            "start": 873139349,
            "stop": 873139405
        },
        {
            "start": 873139406,
            "stop": 873139646
        },
        {
            "start": 873139647,
            "stop": 873139781
        },
        {
            "start": 873139783,
            "stop": 873139867
        },
        {
            "start": 873139868,
            "stop": 873139888
        },
        {
            "start": 873139889,
            "stop": 873139932
        },
        {
            "start": 873139934,
            "stop": 873140248
        },
        {
            "start": 873140249,
            "stop": 873140731
        },
        {
            "start": 873140732,
            "stop": 873140816
        },
        {
            "start": 873140817,
            "stop": 873141085
        },
        {
            "start": 873142131,
            "stop": 873142342
        }
    ]
}