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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=639",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=637",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 638,
    "results": [
        {
            "start": 829242376,
            "stop": 829242396
        },
        {
            "start": 829242400,
            "stop": 829242420
        },
        {
            "start": 829242480,
            "stop": 829242530
        },
        {
            "start": 829242533,
            "stop": 829242543
        },
        {
            "start": 829242546,
            "stop": 829242549
        },
        {
            "start": 829242552,
            "stop": 829242624
        },
        {
            "start": 829242628,
            "stop": 829242660
        },
        {
            "start": 829242720,
            "stop": 829242792
        },
        {
            "start": 829242796,
            "stop": 829242797
        },
        {
            "start": 829242800,
            "stop": 829242840
        },
        {
            "start": 829242900,
            "stop": 829242951
        },
        {
            "start": 829242954,
            "stop": 829242958
        },
        {
            "start": 829242961,
            "stop": 829242977
        },
        {
            "start": 829242980,
            "stop": 829243060
        },
        {
            "start": 829243063,
            "stop": 829243098
        },
        {
            "start": 829243102,
            "stop": 829243103
        },
        {
            "start": 829243107,
            "stop": 829243140
        },
        {
            "start": 829243200,
            "stop": 829243207
        },
        {
            "start": 829243211,
            "stop": 829243404
        },
        {
            "start": 829243407,
            "stop": 829243456
        }
    ]
}