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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=62",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 63,
    "results": [
        {
            "start": 828969625,
            "stop": 828978561
        },
        {
            "start": 828991601,
            "stop": 828995024
        },
        {
            "start": 829027287,
            "stop": 829066924
        },
        {
            "start": 829115649,
            "stop": 829117193
        },
        {
            "start": 829121749,
            "stop": 829134560
        },
        {
            "start": 829135034,
            "stop": 829145150
        },
        {
            "start": 829145391,
            "stop": 829150116
        },
        {
            "start": 829151305,
            "stop": 829161542
        },
        {
            "start": 829163543,
            "stop": 829171598
        },
        {
            "start": 829171630,
            "stop": 829171650
        },
        {
            "start": 829171898,
            "stop": 829174294
        },
        {
            "start": 829206742,
            "stop": 829210430
        },
        {
            "start": 829210496,
            "stop": 829210517
        },
        {
            "start": 829210533,
            "stop": 829214459
        },
        {
            "start": 829237323,
            "stop": 829248335
        },
        {
            "start": 829254052,
            "stop": 829263371
        },
        {
            "start": 829278749,
            "stop": 829325266
        },
        {
            "start": 829325282,
            "stop": 829335974
        },
        {
            "start": 829344755,
            "stop": 829346193
        },
        {
            "start": 829346241,
            "stop": 829351247
        }
    ]
}