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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=187",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 188,
    "results": [
        {
            "start": 840971603,
            "stop": 840971604
        },
        {
            "start": 840989233,
            "stop": 840989462
        },
        {
            "start": 840990447,
            "stop": 840990733
        },
        {
            "start": 841009174,
            "stop": 841009240
        },
        {
            "start": 841009335,
            "stop": 841010833
        },
        {
            "start": 841010855,
            "stop": 841010856
        },
        {
            "start": 841010953,
            "stop": 841014433
        },
        {
            "start": 841014471,
            "stop": 841014472
        },
        {
            "start": 841014579,
            "stop": 841015573
        },
        {
            "start": 841015608,
            "stop": 841015609
        },
        {
            "start": 841015732,
            "stop": 841015873
        },
        {
            "start": 841015902,
            "stop": 841015904
        },
        {
            "start": 841016595,
            "stop": 841018127
        },
        {
            "start": 841018445,
            "stop": 841028093
        },
        {
            "start": 841029306,
            "stop": 841042153
        },
        {
            "start": 841045313,
            "stop": 841057967
        },
        {
            "start": 841097807,
            "stop": 841097893
        },
        {
            "start": 841099210,
            "stop": 841099220
        },
        {
            "start": 841099918,
            "stop": 841105773
        },
        {
            "start": 841105985,
            "stop": 841106668
        }
    ]
}