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=8028
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=8029",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8027",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8028,
    "results": [
        {
            "start": 872143377,
            "stop": 872144167
        },
        {
            "start": 872144184,
            "stop": 872145261
        },
        {
            "start": 872145281,
            "stop": 872145450
        },
        {
            "start": 872145469,
            "stop": 872145551
        },
        {
            "start": 872145570,
            "stop": 872145857
        },
        {
            "start": 872145876,
            "stop": 872146090
        },
        {
            "start": 872146110,
            "stop": 872146320
        },
        {
            "start": 872146339,
            "stop": 872146363
        },
        {
            "start": 872146396,
            "stop": 872146407
        },
        {
            "start": 872146433,
            "stop": 872146439
        },
        {
            "start": 872146484,
            "stop": 872146495
        },
        {
            "start": 872146514,
            "stop": 872146532
        },
        {
            "start": 872146551,
            "stop": 872146610
        },
        {
            "start": 872146629,
            "stop": 872146632
        },
        {
            "start": 872146680,
            "stop": 872146691
        },
        {
            "start": 872146710,
            "stop": 872146763
        },
        {
            "start": 872146782,
            "stop": 872146799
        },
        {
            "start": 872146844,
            "stop": 872146899
        },
        {
            "start": 872146925,
            "stop": 872146960
        },
        {
            "start": 872146979,
            "stop": 872146994
        }
    ]
}