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=153
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=154",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=152",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 153,
    "results": [
        {
            "start": 969283397,
            "stop": 969292406
        },
        {
            "start": 969292526,
            "stop": 969292943
        },
        {
            "start": 969329654,
            "stop": 969332575
        },
        {
            "start": 969332929,
            "stop": 969344002
        },
        {
            "start": 969345262,
            "stop": 969376423
        },
        {
            "start": 969378542,
            "stop": 969408586
        },
        {
            "start": 969410314,
            "stop": 969454956
        },
        {
            "start": 969457185,
            "stop": 969458337
        },
        {
            "start": 969459355,
            "stop": 969493263
        },
        {
            "start": 969494040,
            "stop": 969539202
        },
        {
            "start": 969543117,
            "stop": 969555993
        },
        {
            "start": 969558326,
            "stop": 969562536
        },
        {
            "start": 969563289,
            "stop": 969572090
        },
        {
            "start": 969575192,
            "stop": 969583008
        },
        {
            "start": 969585309,
            "stop": 969589775
        },
        {
            "start": 969590440,
            "stop": 969629068
        },
        {
            "start": 969633559,
            "stop": 969633929
        },
        {
            "start": 969634598,
            "stop": 969640419
        },
        {
            "start": 969640579,
            "stop": 969649906
        },
        {
            "start": 969650741,
            "stop": 969654780
        }
    ]
}