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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=152",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 153,
    "results": [
        {
            "start": 842197303,
            "stop": 842199538
        },
        {
            "start": 842200666,
            "stop": 842203661
        },
        {
            "start": 842204749,
            "stop": 842206024
        },
        {
            "start": 842207049,
            "stop": 842210285
        },
        {
            "start": 842213123,
            "stop": 842220588
        },
        {
            "start": 842221965,
            "stop": 842246507
        },
        {
            "start": 842248993,
            "stop": 842253022
        },
        {
            "start": 842254920,
            "stop": 842266353
        },
        {
            "start": 842266661,
            "stop": 842269944
        },
        {
            "start": 842274163,
            "stop": 842286298
        },
        {
            "start": 842286831,
            "stop": 842308803
        },
        {
            "start": 842309671,
            "stop": 842316427
        },
        {
            "start": 842316539,
            "stop": 842341271
        },
        {
            "start": 842344394,
            "stop": 842354217
        },
        {
            "start": 842358598,
            "stop": 842370782
        },
        {
            "start": 842371236,
            "stop": 842393289
        },
        {
            "start": 842398827,
            "stop": 842417989
        },
        {
            "start": 842418313,
            "stop": 842418403
        },
        {
            "start": 842418819,
            "stop": 842419530
        },
        {
            "start": 842419731,
            "stop": 842425057
        }
    ]
}