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=218
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=219",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=217",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 218,
    "results": [
        {
            "start": 827284123,
            "stop": 827284124
        },
        {
            "start": 827284126,
            "stop": 827284205
        },
        {
            "start": 827284207,
            "stop": 827284208
        },
        {
            "start": 827284209,
            "stop": 827284398
        },
        {
            "start": 827284400,
            "stop": 827284401
        },
        {
            "start": 827284404,
            "stop": 827284465
        },
        {
            "start": 827284470,
            "stop": 827284475
        },
        {
            "start": 827284482,
            "stop": 827286666
        },
        {
            "start": 827286669,
            "stop": 827286673
        },
        {
            "start": 827286675,
            "stop": 827286688
        },
        {
            "start": 827286692,
            "stop": 827286708
        },
        {
            "start": 827286713,
            "stop": 827286715
        },
        {
            "start": 827286717,
            "stop": 827286726
        },
        {
            "start": 827286729,
            "stop": 827286730
        },
        {
            "start": 827286736,
            "stop": 827286757
        },
        {
            "start": 827286759,
            "stop": 827286765
        },
        {
            "start": 827286767,
            "stop": 827286768
        },
        {
            "start": 827286771,
            "stop": 827286774
        },
        {
            "start": 827286777,
            "stop": 827286780
        },
        {
            "start": 827286785,
            "stop": 827286788
        }
    ]
}