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=3752
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=3753",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3751",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3752,
    "results": [
        {
            "start": 872974865,
            "stop": 872974978
        },
        {
            "start": 872974979,
            "stop": 872975079
        },
        {
            "start": 872976056,
            "stop": 872976080
        },
        {
            "start": 872976081,
            "stop": 872976098
        },
        {
            "start": 872976099,
            "stop": 872976100
        },
        {
            "start": 872976101,
            "stop": 872976181
        },
        {
            "start": 872976182,
            "stop": 872976267
        },
        {
            "start": 872976269,
            "stop": 872976308
        },
        {
            "start": 872976309,
            "stop": 872976339
        },
        {
            "start": 872976341,
            "stop": 872976435
        },
        {
            "start": 872976436,
            "stop": 872976480
        },
        {
            "start": 872976481,
            "stop": 872976937
        },
        {
            "start": 872977053,
            "stop": 872977360
        },
        {
            "start": 872977362,
            "stop": 872977392
        },
        {
            "start": 872977394,
            "stop": 872977652
        },
        {
            "start": 872977654,
            "stop": 872977858
        },
        {
            "start": 872977860,
            "stop": 872977912
        },
        {
            "start": 872977915,
            "stop": 872977920
        },
        {
            "start": 872977922,
            "stop": 872977972
        },
        {
            "start": 872977976,
            "stop": 872978049
        }
    ]
}