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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=15",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 16,
    "results": [
        {
            "start": 816638786,
            "stop": 816645295
        },
        {
            "start": 816645298,
            "stop": 816648617
        },
        {
            "start": 816648620,
            "stop": 816649536
        },
        {
            "start": 816649952,
            "stop": 816651273
        },
        {
            "start": 816651276,
            "stop": 816677791
        },
        {
            "start": 816677793,
            "stop": 816706313
        },
        {
            "start": 816706316,
            "stop": 816706977
        },
        {
            "start": 816706980,
            "stop": 816708352
        },
        {
            "start": 816708384,
            "stop": 816710714
        },
        {
            "start": 816773714,
            "stop": 816775712
        },
        {
            "start": 816775744,
            "stop": 816775904
        },
        {
            "start": 816775936,
            "stop": 816785273
        },
        {
            "start": 816785276,
            "stop": 816793229
        },
        {
            "start": 816793232,
            "stop": 816797031
        },
        {
            "start": 816797033,
            "stop": 816807193
        },
        {
            "start": 816810792,
            "stop": 816813792
        },
        {
            "start": 816813795,
            "stop": 816814434
        },
        {
            "start": 816815361,
            "stop": 816815420
        },
        {
            "start": 816816150,
            "stop": 816817108
        },
        {
            "start": 816817111,
            "stop": 816817222
        }
    ]
}