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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=101",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=99",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 100,
    "results": [
        {
            "start": 931508949,
            "stop": 931508961
        },
        {
            "start": 931508967,
            "stop": 931508969
        },
        {
            "start": 931508974,
            "stop": 931508982
        },
        {
            "start": 931508987,
            "stop": 931508991
        },
        {
            "start": 931508994,
            "stop": 931508995
        },
        {
            "start": 931509000,
            "stop": 931509001
        },
        {
            "start": 931509011,
            "stop": 931509012
        },
        {
            "start": 931509015,
            "stop": 931509017
        },
        {
            "start": 931509037,
            "stop": 931509041
        },
        {
            "start": 931509049,
            "stop": 931509050
        },
        {
            "start": 931509052,
            "stop": 931509055
        },
        {
            "start": 931509060,
            "stop": 931509061
        },
        {
            "start": 931509064,
            "stop": 931509068
        },
        {
            "start": 931509075,
            "stop": 931509077
        },
        {
            "start": 931509082,
            "stop": 931509091
        },
        {
            "start": 931509098,
            "stop": 931509099
        },
        {
            "start": 931509120,
            "stop": 931509121
        },
        {
            "start": 931509132,
            "stop": 931509133
        },
        {
            "start": 931509138,
            "stop": 931509139
        },
        {
            "start": 931509142,
            "stop": 931509159
        }
    ]
}