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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5240",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5238",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5239,
    "results": [
        {
            "start": 970100834,
            "stop": 970101118
        },
        {
            "start": 970101121,
            "stop": 970101381
        },
        {
            "start": 970101384,
            "stop": 970101852
        },
        {
            "start": 970101855,
            "stop": 970102255
        },
        {
            "start": 970102258,
            "stop": 970102433
        },
        {
            "start": 970102436,
            "stop": 970104668
        },
        {
            "start": 970104671,
            "stop": 970104722
        },
        {
            "start": 970104725,
            "stop": 970104958
        },
        {
            "start": 970104961,
            "stop": 970104967
        },
        {
            "start": 970104970,
            "stop": 970105775
        },
        {
            "start": 970105778,
            "stop": 970106927
        },
        {
            "start": 970106930,
            "stop": 970107022
        },
        {
            "start": 970107025,
            "stop": 970107306
        },
        {
            "start": 970107312,
            "stop": 970108191
        },
        {
            "start": 970108194,
            "stop": 970108498
        },
        {
            "start": 970108501,
            "stop": 970109248
        },
        {
            "start": 970109251,
            "stop": 970109373
        },
        {
            "start": 970109376,
            "stop": 970109646
        },
        {
            "start": 970109649,
            "stop": 970110011
        },
        {
            "start": 970110014,
            "stop": 970110055
        }
    ]
}