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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=146",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=144",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 145,
    "results": [
        {
            "start": 840957555,
            "stop": 840965562
        },
        {
            "start": 840965776,
            "stop": 840966744
        },
        {
            "start": 840967213,
            "stop": 840968563
        },
        {
            "start": 840969501,
            "stop": 840971604
        },
        {
            "start": 840989233,
            "stop": 840989492
        },
        {
            "start": 840990447,
            "stop": 840990789
        },
        {
            "start": 841009174,
            "stop": 841009240
        },
        {
            "start": 841009335,
            "stop": 841010856
        },
        {
            "start": 841010916,
            "stop": 841014472
        },
        {
            "start": 841014579,
            "stop": 841015609
        },
        {
            "start": 841015732,
            "stop": 841015904
        },
        {
            "start": 841016595,
            "stop": 841018127
        },
        {
            "start": 841018445,
            "stop": 841028093
        },
        {
            "start": 841029306,
            "stop": 841042188
        },
        {
            "start": 841045313,
            "stop": 841057997
        },
        {
            "start": 841097807,
            "stop": 841097926
        },
        {
            "start": 841099210,
            "stop": 841099250
        },
        {
            "start": 841099918,
            "stop": 841105773
        },
        {
            "start": 841105985,
            "stop": 841106668
        },
        {
            "start": 841106746,
            "stop": 841108630
        }
    ]
}