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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=367",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=365",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 366,
    "results": [
        {
            "start": 818860259,
            "stop": 818860296
        },
        {
            "start": 818860338,
            "stop": 818860386
        },
        {
            "start": 818860419,
            "stop": 818860420
        },
        {
            "start": 818860467,
            "stop": 818860472
        },
        {
            "start": 818860536,
            "stop": 818860570
        },
        {
            "start": 818860631,
            "stop": 818860688
        },
        {
            "start": 818860737,
            "stop": 818860786
        },
        {
            "start": 818860866,
            "stop": 818860877
        },
        {
            "start": 818860924,
            "stop": 818860928
        },
        {
            "start": 818861025,
            "stop": 818861033
        },
        {
            "start": 818861086,
            "stop": 818861127
        },
        {
            "start": 818861147,
            "stop": 818861166
        },
        {
            "start": 818861242,
            "stop": 818861256
        },
        {
            "start": 818861290,
            "stop": 818861305
        },
        {
            "start": 818861338,
            "stop": 818861356
        },
        {
            "start": 818861427,
            "stop": 818861440
        },
        {
            "start": 818861541,
            "stop": 818861553
        },
        {
            "start": 818861617,
            "stop": 818861639
        },
        {
            "start": 818861706,
            "stop": 818861793
        },
        {
            "start": 818861843,
            "stop": 818861847
        }
    ]
}