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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=82",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 83,
    "results": [
        {
            "start": 817983257,
            "stop": 817983285
        },
        {
            "start": 817983288,
            "stop": 817983598
        },
        {
            "start": 817983601,
            "stop": 817984393
        },
        {
            "start": 817984396,
            "stop": 817984616
        },
        {
            "start": 817984619,
            "stop": 817984819
        },
        {
            "start": 817984822,
            "stop": 817984879
        },
        {
            "start": 817984882,
            "stop": 817985274
        },
        {
            "start": 817985277,
            "stop": 817985278
        },
        {
            "start": 817985281,
            "stop": 817985475
        },
        {
            "start": 817985478,
            "stop": 817985594
        },
        {
            "start": 817985597,
            "stop": 817985953
        },
        {
            "start": 817985956,
            "stop": 817986484
        },
        {
            "start": 817986487,
            "stop": 817986615
        },
        {
            "start": 817986618,
            "stop": 817986821
        },
        {
            "start": 817986824,
            "stop": 817986889
        },
        {
            "start": 817986892,
            "stop": 817987019
        },
        {
            "start": 817987022,
            "stop": 817987145
        },
        {
            "start": 817987148,
            "stop": 817987468
        },
        {
            "start": 817987472,
            "stop": 817987569
        },
        {
            "start": 817987572,
            "stop": 817987581
        }
    ]
}