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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=170",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=168",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 169,
    "results": [
        {
            "start": 931467573,
            "stop": 931467578
        },
        {
            "start": 931467579,
            "stop": 931467595
        },
        {
            "start": 931467596,
            "stop": 931467606
        },
        {
            "start": 931467608,
            "stop": 931467618
        },
        {
            "start": 931467620,
            "stop": 931467697
        },
        {
            "start": 931467699,
            "stop": 931467701
        },
        {
            "start": 931467703,
            "stop": 931467727
        },
        {
            "start": 931467731,
            "stop": 931467755
        },
        {
            "start": 931467757,
            "stop": 931467767
        },
        {
            "start": 931467769,
            "stop": 931467782
        },
        {
            "start": 931467784,
            "stop": 931467790
        },
        {
            "start": 931467791,
            "stop": 931467793
        },
        {
            "start": 931467795,
            "stop": 931467838
        },
        {
            "start": 931467839,
            "stop": 931467854
        },
        {
            "start": 931467856,
            "stop": 931467918
        },
        {
            "start": 931467919,
            "stop": 931467935
        },
        {
            "start": 931467939,
            "stop": 931467978
        },
        {
            "start": 931467980,
            "stop": 931467998
        },
        {
            "start": 931468000,
            "stop": 931468026
        },
        {
            "start": 931468031,
            "stop": 931468063
        }
    ]
}