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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4005",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4003",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 4004,
    "results": [
        {
            "start": 874685559,
            "stop": 874685609
        },
        {
            "start": 874685622,
            "stop": 874685672
        },
        {
            "start": 874685673,
            "stop": 874685677
        },
        {
            "start": 874685678,
            "stop": 874685732
        },
        {
            "start": 874685733,
            "stop": 874685777
        },
        {
            "start": 874685778,
            "stop": 874685831
        },
        {
            "start": 874685832,
            "stop": 874685863
        },
        {
            "start": 874685864,
            "stop": 874685891
        },
        {
            "start": 874685892,
            "stop": 874686136
        },
        {
            "start": 874686138,
            "stop": 874686153
        },
        {
            "start": 874686158,
            "stop": 874686160
        },
        {
            "start": 874686163,
            "stop": 874686191
        },
        {
            "start": 874686194,
            "stop": 874686636
        },
        {
            "start": 874686639,
            "stop": 874686749
        },
        {
            "start": 874686752,
            "stop": 874686753
        },
        {
            "start": 874686756,
            "stop": 874687612
        },
        {
            "start": 874687613,
            "stop": 874687628
        },
        {
            "start": 874687629,
            "stop": 874688354
        },
        {
            "start": 874688355,
            "stop": 874689585
        },
        {
            "start": 874689586,
            "stop": 874689894
        }
    ]
}