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=94
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=95",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=93",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 94,
    "results": [
        {
            "start": 818052407,
            "stop": 818052426
        },
        {
            "start": 818052433,
            "stop": 818052442
        },
        {
            "start": 818052445,
            "stop": 818052448
        },
        {
            "start": 818052451,
            "stop": 818052456
        },
        {
            "start": 818052459,
            "stop": 818052460
        },
        {
            "start": 818052463,
            "stop": 818052466
        },
        {
            "start": 818052469,
            "stop": 818052478
        },
        {
            "start": 818052481,
            "stop": 818052483
        },
        {
            "start": 818052486,
            "stop": 818052495
        },
        {
            "start": 818052498,
            "stop": 818052501
        },
        {
            "start": 818052506,
            "stop": 818052517
        },
        {
            "start": 818052522,
            "stop": 818052523
        },
        {
            "start": 818052526,
            "stop": 818052532
        },
        {
            "start": 818052535,
            "stop": 818052550
        },
        {
            "start": 818052553,
            "stop": 818052557
        },
        {
            "start": 818052562,
            "stop": 818052566
        },
        {
            "start": 818052569,
            "stop": 818052579
        },
        {
            "start": 818052587,
            "stop": 818052591
        },
        {
            "start": 818052595,
            "stop": 818052607
        },
        {
            "start": 818052612,
            "stop": 818052615
        }
    ]
}