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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=79",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 80,
    "results": [
        {
            "start": 828797127,
            "stop": 828798999
        },
        {
            "start": 828799007,
            "stop": 828800614
        },
        {
            "start": 828801482,
            "stop": 828802650
        },
        {
            "start": 828833440,
            "stop": 828888936
        },
        {
            "start": 828888942,
            "stop": 828889470
        },
        {
            "start": 828889478,
            "stop": 828890070
        },
        {
            "start": 828890147,
            "stop": 828891276
        },
        {
            "start": 828899551,
            "stop": 828905969
        },
        {
            "start": 828906122,
            "stop": 828910927
        },
        {
            "start": 828929996,
            "stop": 828968677
        },
        {
            "start": 828969625,
            "stop": 828978561
        },
        {
            "start": 828991601,
            "stop": 828995022
        },
        {
            "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
        }
    ]
}