Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=11
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=12",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=10",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 11,
    "results": [
        {
            "start": 818061390,
            "stop": 818065004
        },
        {
            "start": 818066420,
            "stop": 818071033
        },
        {
            "start": 818075386,
            "stop": 818079733
        },
        {
            "start": 818080534,
            "stop": 818082537
        },
        {
            "start": 818160753,
            "stop": 818161274
        },
        {
            "start": 818167494,
            "stop": 818169973
        },
        {
            "start": 818205685,
            "stop": 818226268
        },
        {
            "start": 818229819,
            "stop": 818234089
        },
        {
            "start": 818234465,
            "stop": 818239508
        },
        {
            "start": 818239573,
            "stop": 818239633
        },
        {
            "start": 818239675,
            "stop": 818239678
        },
        {
            "start": 818240975,
            "stop": 818242454
        },
        {
            "start": 818242600,
            "stop": 818245137
        },
        {
            "start": 818245878,
            "stop": 818248182
        },
        {
            "start": 818248370,
            "stop": 818258405
        },
        {
            "start": 818258579,
            "stop": 818259613
        },
        {
            "start": 818264053,
            "stop": 818265113
        },
        {
            "start": 818265678,
            "stop": 818266303
        },
        {
            "start": 818267513,
            "stop": 818279085
        },
        {
            "start": 818281052,
            "stop": 818281681
        }
    ]
}