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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=56",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 57,
    "results": [
        {
            "start": 816671294,
            "stop": 816671502
        },
        {
            "start": 816671521,
            "stop": 816671528
        },
        {
            "start": 816671547,
            "stop": 816671601
        },
        {
            "start": 816671621,
            "stop": 816671680
        },
        {
            "start": 816671717,
            "stop": 816671821
        },
        {
            "start": 816671852,
            "stop": 816671912
        },
        {
            "start": 816671974,
            "stop": 816672013
        },
        {
            "start": 816672016,
            "stop": 816672212
        },
        {
            "start": 816672252,
            "stop": 816672293
        },
        {
            "start": 816672297,
            "stop": 816672354
        },
        {
            "start": 816672374,
            "stop": 816672420
        },
        {
            "start": 816672439,
            "stop": 816672625
        },
        {
            "start": 816672628,
            "stop": 816672696
        },
        {
            "start": 816672699,
            "stop": 816672872
        },
        {
            "start": 816672875,
            "stop": 816672888
        },
        {
            "start": 816672925,
            "stop": 816672928
        },
        {
            "start": 816672949,
            "stop": 816672988
        },
        {
            "start": 816673007,
            "stop": 816673060
        },
        {
            "start": 816673080,
            "stop": 816673092
        },
        {
            "start": 816673111,
            "stop": 816673337
        }
    ]
}