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=117
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=118",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=116",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 117,
    "results": [
        {
            "start": 960887775,
            "stop": 960894248
        },
        {
            "start": 960942209,
            "stop": 960946255
        },
        {
            "start": 960946742,
            "stop": 960950414
        },
        {
            "start": 960952917,
            "stop": 960986658
        },
        {
            "start": 960993855,
            "stop": 960995518
        },
        {
            "start": 960997636,
            "stop": 961002763
        },
        {
            "start": 961006153,
            "stop": 961011105
        },
        {
            "start": 961012627,
            "stop": 961028887
        },
        {
            "start": 961046215,
            "stop": 961052533
        },
        {
            "start": 961058241,
            "stop": 961070197
        },
        {
            "start": 961073221,
            "stop": 961086132
        },
        {
            "start": 961089258,
            "stop": 961090677
        },
        {
            "start": 961227571,
            "stop": 961228170
        },
        {
            "start": 961229118,
            "stop": 961238596
        },
        {
            "start": 961312386,
            "stop": 961314888
        },
        {
            "start": 961315746,
            "stop": 961317048
        },
        {
            "start": 961317785,
            "stop": 961319276
        },
        {
            "start": 961319962,
            "stop": 961320021
        },
        {
            "start": 961320800,
            "stop": 961320885
        },
        {
            "start": 961321552,
            "stop": 961321676
        }
    ]
}