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=8067
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=8068",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8066",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8067,
    "results": [
        {
            "start": 872333555,
            "stop": 872333619
        },
        {
            "start": 872333673,
            "stop": 872333744
        },
        {
            "start": 872333764,
            "stop": 872333778
        },
        {
            "start": 872333797,
            "stop": 872333841
        },
        {
            "start": 872333860,
            "stop": 872333864
        },
        {
            "start": 872333888,
            "stop": 872333912
        },
        {
            "start": 872333931,
            "stop": 872333938
        },
        {
            "start": 872333975,
            "stop": 872334073
        },
        {
            "start": 872334092,
            "stop": 872334221
        },
        {
            "start": 872334240,
            "stop": 872334252
        },
        {
            "start": 872334271,
            "stop": 872334322
        },
        {
            "start": 872334341,
            "stop": 872334580
        },
        {
            "start": 872334608,
            "stop": 872334731
        },
        {
            "start": 872334994,
            "stop": 872335288
        },
        {
            "start": 872335305,
            "stop": 872335459
        },
        {
            "start": 872335476,
            "stop": 872335655
        },
        {
            "start": 872335672,
            "stop": 872336414
        },
        {
            "start": 872336434,
            "stop": 872336605
        },
        {
            "start": 872336629,
            "stop": 872336706
        },
        {
            "start": 872336727,
            "stop": 872337054
        }
    ]
}