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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=459",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=457",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 458,
    "results": [
        {
            "start": 950727406,
            "stop": 950744705
        },
        {
            "start": 950752681,
            "stop": 950753198
        },
        {
            "start": 950774055,
            "stop": 950807122
        },
        {
            "start": 950807124,
            "stop": 950821819
        },
        {
            "start": 950827710,
            "stop": 950840217
        },
        {
            "start": 950840219,
            "stop": 950840262
        },
        {
            "start": 950840264,
            "stop": 950840366
        },
        {
            "start": 950840368,
            "stop": 950840394
        },
        {
            "start": 950840398,
            "stop": 950840415
        },
        {
            "start": 950843186,
            "stop": 950844351
        },
        {
            "start": 950844353,
            "stop": 950846141
        },
        {
            "start": 950864745,
            "stop": 950889786
        },
        {
            "start": 950894122,
            "stop": 950899019
        },
        {
            "start": 950900662,
            "stop": 950901450
        },
        {
            "start": 950902940,
            "stop": 950910275
        },
        {
            "start": 950912626,
            "stop": 950928101
        },
        {
            "start": 950928102,
            "stop": 950928280
        },
        {
            "start": 950928285,
            "stop": 950928286
        },
        {
            "start": 950928288,
            "stop": 950928448
        },
        {
            "start": 950928449,
            "stop": 950928535
        }
    ]
}