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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=233",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=231",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 232,
    "results": [
        {
            "start": 827400377,
            "stop": 827400385
        },
        {
            "start": 827400387,
            "stop": 827400388
        },
        {
            "start": 827400390,
            "stop": 827400393
        },
        {
            "start": 827400399,
            "stop": 827400400
        },
        {
            "start": 827400405,
            "stop": 827400406
        },
        {
            "start": 827400408,
            "stop": 827400416
        },
        {
            "start": 827400418,
            "stop": 827400427
        },
        {
            "start": 827400429,
            "stop": 827400443
        },
        {
            "start": 827400450,
            "stop": 827400460
        },
        {
            "start": 827400467,
            "stop": 827400475
        },
        {
            "start": 827400478,
            "stop": 827400495
        },
        {
            "start": 827400497,
            "stop": 827400502
        },
        {
            "start": 827400508,
            "stop": 827400510
        },
        {
            "start": 827400521,
            "stop": 827400525
        },
        {
            "start": 827400527,
            "stop": 827400528
        },
        {
            "start": 827400530,
            "stop": 827400536
        },
        {
            "start": 827400542,
            "stop": 827400544
        },
        {
            "start": 827400547,
            "stop": 827400801
        },
        {
            "start": 827400803,
            "stop": 827400806
        },
        {
            "start": 827400809,
            "stop": 827400881
        }
    ]
}