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=14461
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=14462",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14460",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14461,
    "results": [
        {
            "start": 971562101,
            "stop": 971562103
        },
        {
            "start": 971562108,
            "stop": 971562110
        },
        {
            "start": 971562118,
            "stop": 971562120
        },
        {
            "start": 971562123,
            "stop": 971562127
        },
        {
            "start": 971562130,
            "stop": 971562135
        },
        {
            "start": 971562142,
            "stop": 971562147
        },
        {
            "start": 971562153,
            "stop": 971562155
        },
        {
            "start": 971562158,
            "stop": 971562162
        },
        {
            "start": 971562167,
            "stop": 971562169
        },
        {
            "start": 971562172,
            "stop": 971562175
        },
        {
            "start": 971562179,
            "stop": 971562183
        },
        {
            "start": 971562185,
            "stop": 971562187
        },
        {
            "start": 971562190,
            "stop": 971562192
        },
        {
            "start": 971562194,
            "stop": 971562199
        },
        {
            "start": 971562201,
            "stop": 971562203
        },
        {
            "start": 971562207,
            "stop": 971562210
        },
        {
            "start": 971562213,
            "stop": 971562216
        },
        {
            "start": 971562220,
            "stop": 971562223
        },
        {
            "start": 971562226,
            "stop": 971562229
        },
        {
            "start": 971562232,
            "stop": 971562239
        }
    ]
}