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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=7",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 8,
    "results": [
        {
            "start": 1167739196,
            "stop": 1167740431
        },
        {
            "start": 1167746056,
            "stop": 1167747644
        },
        {
            "start": 1167747646,
            "stop": 1167748824
        },
        {
            "start": 1167748826,
            "stop": 1167753257
        },
        {
            "start": 1167764813,
            "stop": 1167768225
        },
        {
            "start": 1167774558,
            "stop": 1167776363
        },
        {
            "start": 1167779841,
            "stop": 1167784089
        },
        {
            "start": 1167791712,
            "stop": 1167794328
        },
        {
            "start": 1167797597,
            "stop": 1167814502
        },
        {
            "start": 1167827417,
            "stop": 1167828892
        },
        {
            "start": 1167832446,
            "stop": 1167836958
        },
        {
            "start": 1167857070,
            "stop": 1167857850
        },
        {
            "start": 1167860944,
            "stop": 1167942126
        },
        {
            "start": 1167951962,
            "stop": 1167953435
        },
        {
            "start": 1168034363,
            "stop": 1168040718
        },
        {
            "start": 1168046720,
            "stop": 1168046928
        },
        {
            "start": 1168046930,
            "stop": 1168063955
        },
        {
            "start": 1168063957,
            "stop": 1168065430
        },
        {
            "start": 1168076706,
            "stop": 1168078176
        },
        {
            "start": 1168081852,
            "stop": 1168096070
        }
    ]
}