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=8066
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=8067",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8065",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8066,
    "results": [
        {
            "start": 872327485,
            "stop": 872327595
        },
        {
            "start": 872327632,
            "stop": 872328648
        },
        {
            "start": 872328674,
            "stop": 872328675
        },
        {
            "start": 872328694,
            "stop": 872328844
        },
        {
            "start": 872328863,
            "stop": 872328907
        },
        {
            "start": 872328924,
            "stop": 872328931
        },
        {
            "start": 872328948,
            "stop": 872329657
        },
        {
            "start": 872329676,
            "stop": 872329727
        },
        {
            "start": 872329746,
            "stop": 872329777
        },
        {
            "start": 872329797,
            "stop": 872329836
        },
        {
            "start": 872329855,
            "stop": 872330176
        },
        {
            "start": 872330193,
            "stop": 872330399
        },
        {
            "start": 872330416,
            "stop": 872330616
        },
        {
            "start": 872330635,
            "stop": 872331085
        },
        {
            "start": 872331102,
            "stop": 872332969
        },
        {
            "start": 872332986,
            "stop": 872333024
        },
        {
            "start": 872333043,
            "stop": 872333181
        },
        {
            "start": 872333203,
            "stop": 872333295
        },
        {
            "start": 872333312,
            "stop": 872333367
        },
        {
            "start": 872333390,
            "stop": 872333519
        }
    ]
}