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/H1_BURST_CAT2/segments?format=api&page=538
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=539",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=537",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 538,
    "results": [
        {
            "start": 970492080,
            "stop": 970492083
        },
        {
            "start": 970492085,
            "stop": 970492104
        },
        {
            "start": 970492107,
            "stop": 970492108
        },
        {
            "start": 970492110,
            "stop": 970492122
        },
        {
            "start": 970492125,
            "stop": 970492126
        },
        {
            "start": 970492128,
            "stop": 970492137
        },
        {
            "start": 970492142,
            "stop": 970492156
        },
        {
            "start": 970492160,
            "stop": 970492164
        },
        {
            "start": 970492168,
            "stop": 970492173
        },
        {
            "start": 970492175,
            "stop": 970492200
        },
        {
            "start": 970492203,
            "stop": 970492204
        },
        {
            "start": 970492205,
            "stop": 970492212
        },
        {
            "start": 970492214,
            "stop": 970492215
        },
        {
            "start": 970492217,
            "stop": 970492218
        },
        {
            "start": 970492221,
            "stop": 970492223
        },
        {
            "start": 970492225,
            "stop": 970492227
        },
        {
            "start": 970492228,
            "stop": 970492231
        },
        {
            "start": 970496463,
            "stop": 970497253
        },
        {
            "start": 970539326,
            "stop": 970543994
        },
        {
            "start": 970554692,
            "stop": 970565685
        }
    ]
}