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/H2_CW/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/H2_CW/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW/segments?format=api&page=10",
    "results_count": 230,
    "results_per_page": 20,
    "num_pages": 12,
    "page_number": 11,
    "results": [
        {
            "start": 867563504,
            "stop": 867713164
        },
        {
            "start": 867714104,
            "stop": 867719584
        },
        {
            "start": 867720104,
            "stop": 868116539
        },
        {
            "start": 869942882,
            "stop": 870545944
        },
        {
            "start": 870546120,
            "stop": 871156864
        },
        {
            "start": 871158584,
            "stop": 871237539
        },
        {
            "start": 871237921,
            "stop": 871412464
        },
        {
            "start": 871414844,
            "stop": 871430464
        },
        {
            "start": 871432664,
            "stop": 871444864
        },
        {
            "start": 871446164,
            "stop": 871455664
        },
        {
            "start": 871456484,
            "stop": 871466464
        },
        {
            "start": 871468124,
            "stop": 871477264
        },
        {
            "start": 871478024,
            "stop": 871513264
        },
        {
            "start": 871515824,
            "stop": 871538464
        },
        {
            "start": 871539464,
            "stop": 871549264
        },
        {
            "start": 871551164,
            "stop": 871560064
        },
        {
            "start": 871560164,
            "stop": 871563664
        },
        {
            "start": 871566344,
            "stop": 871596064
        },
        {
            "start": 871598504,
            "stop": 871599664
        },
        {
            "start": 871601504,
            "stop": 871628464
        }
    ]
}