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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=68",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 69,
    "results": [
        {
            "start": 945854238,
            "stop": 945870386
        },
        {
            "start": 945872875,
            "stop": 945878116
        },
        {
            "start": 945879828,
            "stop": 945881965
        },
        {
            "start": 945883012,
            "stop": 945920591
        },
        {
            "start": 945922751,
            "stop": 945937015
        },
        {
            "start": 945937575,
            "stop": 945950791
        },
        {
            "start": 945951667,
            "stop": 945977415
        },
        {
            "start": 945980215,
            "stop": 945986645
        },
        {
            "start": 945986746,
            "stop": 945996487
        },
        {
            "start": 945996669,
            "stop": 946038958
        },
        {
            "start": 946040669,
            "stop": 946109688
        },
        {
            "start": 946110348,
            "stop": 946112015
        },
        {
            "start": 946112039,
            "stop": 946117910
        },
        {
            "start": 946118545,
            "stop": 946128555
        },
        {
            "start": 946134047,
            "stop": 946143072
        },
        {
            "start": 946146317,
            "stop": 946173968
        },
        {
            "start": 946175375,
            "stop": 946179603
        },
        {
            "start": 946180908,
            "stop": 946200324
        },
        {
            "start": 946201458,
            "stop": 946202572
        },
        {
            "start": 946204624,
            "stop": 946208075
        }
    ]
}