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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=160",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 161,
    "results": [
        {
            "start": 1131177429,
            "stop": 1131177451
        },
        {
            "start": 1131177452,
            "stop": 1131177469
        },
        {
            "start": 1131177471,
            "stop": 1131177491
        },
        {
            "start": 1131177492,
            "stop": 1131177499
        },
        {
            "start": 1131177500,
            "stop": 1131177527
        },
        {
            "start": 1131177530,
            "stop": 1131177531
        },
        {
            "start": 1131177532,
            "stop": 1131177539
        },
        {
            "start": 1131177540,
            "stop": 1131177548
        },
        {
            "start": 1131177549,
            "stop": 1131177637
        },
        {
            "start": 1131177638,
            "stop": 1131177675
        },
        {
            "start": 1131177676,
            "stop": 1131177707
        },
        {
            "start": 1131177708,
            "stop": 1131177769
        },
        {
            "start": 1131177770,
            "stop": 1131177772
        },
        {
            "start": 1131177773,
            "stop": 1131177780
        },
        {
            "start": 1131177782,
            "stop": 1131177794
        },
        {
            "start": 1131177795,
            "stop": 1131177821
        },
        {
            "start": 1131177822,
            "stop": 1131177825
        },
        {
            "start": 1131177826,
            "stop": 1131177855
        },
        {
            "start": 1131177856,
            "stop": 1131177912
        },
        {
            "start": 1131177913,
            "stop": 1131177927
        }
    ]
}