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=58
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=59",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=57",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 58,
    "results": [
        {
            "start": 943466491,
            "stop": 943469201
        },
        {
            "start": 943469927,
            "stop": 943469959
        },
        {
            "start": 943473699,
            "stop": 943500003
        },
        {
            "start": 943502768,
            "stop": 943509692
        },
        {
            "start": 943510098,
            "stop": 943512530
        },
        {
            "start": 943512970,
            "stop": 943515016
        },
        {
            "start": 943515624,
            "stop": 943519434
        },
        {
            "start": 943520181,
            "stop": 943522182
        },
        {
            "start": 943524739,
            "stop": 943527280
        },
        {
            "start": 943529578,
            "stop": 943530863
        },
        {
            "start": 943532211,
            "stop": 943532919
        },
        {
            "start": 943581969,
            "stop": 943586879
        },
        {
            "start": 943588248,
            "stop": 943593448
        },
        {
            "start": 943595302,
            "stop": 943598841
        },
        {
            "start": 943599779,
            "stop": 943601950
        },
        {
            "start": 943603124,
            "stop": 943604112
        },
        {
            "start": 943606173,
            "stop": 943606610
        },
        {
            "start": 943607558,
            "stop": 943608430
        },
        {
            "start": 943610698,
            "stop": 943618705
        },
        {
            "start": 943620910,
            "stop": 943622387
        }
    ]
}