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=384
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=385",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=383",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 384,
    "results": [
        {
            "start": 818286383,
            "stop": 818286384
        },
        {
            "start": 818286870,
            "stop": 818286871
        },
        {
            "start": 818286923,
            "stop": 818286924
        },
        {
            "start": 818287060,
            "stop": 818287061
        },
        {
            "start": 818287149,
            "stop": 818287150
        },
        {
            "start": 818287162,
            "stop": 818287163
        },
        {
            "start": 818287166,
            "stop": 818287168
        },
        {
            "start": 818287248,
            "stop": 818287249
        },
        {
            "start": 818287255,
            "stop": 818287259
        },
        {
            "start": 818287262,
            "stop": 818287263
        },
        {
            "start": 818287266,
            "stop": 818287268
        },
        {
            "start": 818287301,
            "stop": 818287302
        },
        {
            "start": 818287372,
            "stop": 818287373
        },
        {
            "start": 818287396,
            "stop": 818287397
        },
        {
            "start": 818287416,
            "stop": 818287417
        },
        {
            "start": 818287439,
            "stop": 818287441
        },
        {
            "start": 818287615,
            "stop": 818287617
        },
        {
            "start": 818287785,
            "stop": 818287787
        },
        {
            "start": 818287840,
            "stop": 818287843
        },
        {
            "start": 818287971,
            "stop": 818287973
        }
    ]
}