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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1281",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1279",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1280,
    "results": [
        {
            "start": 958547490,
            "stop": 958550835
        },
        {
            "start": 958550837,
            "stop": 958550856
        },
        {
            "start": 958550858,
            "stop": 958550877
        },
        {
            "start": 958550882,
            "stop": 958550963
        },
        {
            "start": 958554288,
            "stop": 958554348
        },
        {
            "start": 958554350,
            "stop": 958555728
        },
        {
            "start": 958555732,
            "stop": 958561448
        },
        {
            "start": 958561450,
            "stop": 958562171
        },
        {
            "start": 958575353,
            "stop": 958575430
        },
        {
            "start": 958576378,
            "stop": 958578633
        },
        {
            "start": 958578639,
            "stop": 958580908
        },
        {
            "start": 958582952,
            "stop": 958586976
        },
        {
            "start": 958587473,
            "stop": 958587478
        },
        {
            "start": 958588943,
            "stop": 958594649
        },
        {
            "start": 958596633,
            "stop": 958597060
        },
        {
            "start": 958597066,
            "stop": 958601709
        },
        {
            "start": 958601715,
            "stop": 958604461
        },
        {
            "start": 958606544,
            "stop": 958610069
        },
        {
            "start": 958613355,
            "stop": 958624638
        },
        {
            "start": 958624644,
            "stop": 958625755
        }
    ]
}