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=223
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=224",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=222",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 223,
    "results": [
        {
            "start": 827308911,
            "stop": 827310629
        },
        {
            "start": 827310631,
            "stop": 827310641
        },
        {
            "start": 827310647,
            "stop": 827310657
        },
        {
            "start": 827310660,
            "stop": 827310761
        },
        {
            "start": 827310764,
            "stop": 827310770
        },
        {
            "start": 827310772,
            "stop": 827311222
        },
        {
            "start": 827311225,
            "stop": 827311234
        },
        {
            "start": 827311236,
            "stop": 827311248
        },
        {
            "start": 827311250,
            "stop": 827312051
        },
        {
            "start": 827312055,
            "stop": 827312058
        },
        {
            "start": 827312061,
            "stop": 827312357
        },
        {
            "start": 827312359,
            "stop": 827312365
        },
        {
            "start": 827312371,
            "stop": 827312507
        },
        {
            "start": 827312511,
            "stop": 827313594
        },
        {
            "start": 827313599,
            "stop": 827313980
        },
        {
            "start": 827313983,
            "stop": 827314010
        },
        {
            "start": 827314012,
            "stop": 827321506
        },
        {
            "start": 827321509,
            "stop": 827321511
        },
        {
            "start": 827321515,
            "stop": 827321517
        },
        {
            "start": 827321521,
            "stop": 827321526
        }
    ]
}