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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=275",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=273",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 274,
    "results": [
        {
            "start": 820933241,
            "stop": 820933315
        },
        {
            "start": 820933318,
            "stop": 820933400
        },
        {
            "start": 820933403,
            "stop": 820933441
        },
        {
            "start": 820933444,
            "stop": 820933505
        },
        {
            "start": 820933508,
            "stop": 820933513
        },
        {
            "start": 820933516,
            "stop": 820933532
        },
        {
            "start": 820933535,
            "stop": 820933865
        },
        {
            "start": 820933868,
            "stop": 820933892
        },
        {
            "start": 820933895,
            "stop": 820933900
        },
        {
            "start": 820933903,
            "stop": 820933941
        },
        {
            "start": 820933944,
            "stop": 820934032
        },
        {
            "start": 820934036,
            "stop": 820934083
        },
        {
            "start": 820934086,
            "stop": 820934112
        },
        {
            "start": 820934115,
            "stop": 820934412
        },
        {
            "start": 820934415,
            "stop": 820934479
        },
        {
            "start": 820934483,
            "stop": 820934631
        },
        {
            "start": 820934634,
            "stop": 820934705
        },
        {
            "start": 820934709,
            "stop": 820934743
        },
        {
            "start": 820934746,
            "stop": 820934756
        },
        {
            "start": 820934759,
            "stop": 820934839
        }
    ]
}