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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=323",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=321",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 322,
    "results": [
        {
            "start": 945019952,
            "stop": 945020078
        },
        {
            "start": 945020084,
            "stop": 945020101
        },
        {
            "start": 945020107,
            "stop": 945020404
        },
        {
            "start": 945030252,
            "stop": 945032476
        },
        {
            "start": 945034449,
            "stop": 945035299
        },
        {
            "start": 945036592,
            "stop": 945036830
        },
        {
            "start": 945038173,
            "stop": 945039833
        },
        {
            "start": 945040985,
            "stop": 945041283
        },
        {
            "start": 945044497,
            "stop": 945049785
        },
        {
            "start": 945054417,
            "stop": 945084156
        },
        {
            "start": 945084162,
            "stop": 945095482
        },
        {
            "start": 945102675,
            "stop": 945104176
        },
        {
            "start": 945105537,
            "stop": 945109843
        },
        {
            "start": 945121715,
            "stop": 945124175
        },
        {
            "start": 945128293,
            "stop": 945128451
        },
        {
            "start": 945129162,
            "stop": 945135260
        },
        {
            "start": 945136125,
            "stop": 945142706
        },
        {
            "start": 945146316,
            "stop": 945182406
        },
        {
            "start": 945184506,
            "stop": 945185784
        },
        {
            "start": 945190352,
            "stop": 945193026
        }
    ]
}