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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=410",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=408",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 409,
    "results": [
        {
            "start": 1185938243,
            "stop": 1186033253
        },
        {
            "start": 1186033256,
            "stop": 1186081491
        },
        {
            "start": 1186091993,
            "stop": 1186096044
        },
        {
            "start": 1186097308,
            "stop": 1186125240
        },
        {
            "start": 1186125480,
            "stop": 1186158132
        },
        {
            "start": 1186158134,
            "stop": 1186170063
        },
        {
            "start": 1186170065,
            "stop": 1186178926
        },
        {
            "start": 1186178928,
            "stop": 1186181960
        },
        {
            "start": 1186192128,
            "stop": 1186192196
        },
        {
            "start": 1186192240,
            "stop": 1186235820
        },
        {
            "start": 1186295199,
            "stop": 1186295229
        },
        {
            "start": 1186295255,
            "stop": 1186317582
        },
        {
            "start": 1186317584,
            "stop": 1186329783
        },
        {
            "start": 1186352759,
            "stop": 1186413196
        },
        {
            "start": 1186413198,
            "stop": 1186418834
        },
        {
            "start": 1186447249,
            "stop": 1186455387
        },
        {
            "start": 1186455389,
            "stop": 1186462513
        },
        {
            "start": 1186462515,
            "stop": 1186478916
        },
        {
            "start": 1186478918,
            "stop": 1186487445
        },
        {
            "start": 1186487447,
            "stop": 1186491565
        }
    ]
}