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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=89",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 90,
    "results": [
        {
            "start": 816850900,
            "stop": 816850926
        },
        {
            "start": 816850955,
            "stop": 816850962
        },
        {
            "start": 816850997,
            "stop": 816851077
        },
        {
            "start": 816851136,
            "stop": 816851180
        },
        {
            "start": 816851215,
            "stop": 816851279
        },
        {
            "start": 816851299,
            "stop": 816851318
        },
        {
            "start": 816851335,
            "stop": 816851385
        },
        {
            "start": 816851424,
            "stop": 816851455
        },
        {
            "start": 816851474,
            "stop": 816851504
        },
        {
            "start": 816852661,
            "stop": 816852747
        },
        {
            "start": 816852770,
            "stop": 816852787
        },
        {
            "start": 816852804,
            "stop": 816852820
        },
        {
            "start": 816852837,
            "stop": 816852852
        },
        {
            "start": 816852893,
            "stop": 816852901
        },
        {
            "start": 816852921,
            "stop": 816852935
        },
        {
            "start": 816852971,
            "stop": 816852996
        },
        {
            "start": 816853057,
            "stop": 816853062
        },
        {
            "start": 816853107,
            "stop": 816853166
        },
        {
            "start": 816853191,
            "stop": 816853193
        },
        {
            "start": 816853213,
            "stop": 816853331
        }
    ]
}