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=101
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=102",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=100",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 101,
    "results": [
        {
            "start": 956695034,
            "stop": 956705190
        },
        {
            "start": 956715746,
            "stop": 956751295
        },
        {
            "start": 956754457,
            "stop": 956831598
        },
        {
            "start": 956832273,
            "stop": 956838786
        },
        {
            "start": 956840347,
            "stop": 956859163
        },
        {
            "start": 956860082,
            "stop": 956860498
        },
        {
            "start": 956861343,
            "stop": 956868060
        },
        {
            "start": 956870342,
            "stop": 956876291
        },
        {
            "start": 956878739,
            "stop": 956884125
        },
        {
            "start": 956889608,
            "stop": 956905299
        },
        {
            "start": 956906071,
            "stop": 956911189
        },
        {
            "start": 956912954,
            "stop": 956921079
        },
        {
            "start": 956984558,
            "stop": 956997274
        },
        {
            "start": 956997765,
            "stop": 956999204
        },
        {
            "start": 957003737,
            "stop": 957013422
        },
        {
            "start": 957045170,
            "stop": 957073332
        },
        {
            "start": 957074038,
            "stop": 957101049
        },
        {
            "start": 957105741,
            "stop": 957108239
        },
        {
            "start": 957110208,
            "stop": 957111385
        },
        {
            "start": 957116417,
            "stop": 957116815
        }
    ]
}