Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=257
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=258",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=256",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 257,
    "results": [
        {
            "start": 817871201,
            "stop": 817871215
        },
        {
            "start": 817871313,
            "stop": 817871321
        },
        {
            "start": 817871341,
            "stop": 817871385
        },
        {
            "start": 817871388,
            "stop": 817871414
        },
        {
            "start": 817871433,
            "stop": 817871445
        },
        {
            "start": 817871465,
            "stop": 817871479
        },
        {
            "start": 817871498,
            "stop": 817871505
        },
        {
            "start": 817871525,
            "stop": 817871544
        },
        {
            "start": 817871621,
            "stop": 817871635
        },
        {
            "start": 817871673,
            "stop": 817871715
        },
        {
            "start": 817871743,
            "stop": 817871755
        },
        {
            "start": 817871776,
            "stop": 817871782
        },
        {
            "start": 817871801,
            "stop": 817871809
        },
        {
            "start": 817871816,
            "stop": 817871837
        },
        {
            "start": 817871844,
            "stop": 817871887
        },
        {
            "start": 817871912,
            "stop": 817871920
        },
        {
            "start": 817871923,
            "stop": 817871983
        },
        {
            "start": 817872021,
            "stop": 817872060
        },
        {
            "start": 817872064,
            "stop": 817872104
        },
        {
            "start": 817872107,
            "stop": 817872168
        }
    ]
}