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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=58",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 59,
    "results": [
        {
            "start": 1129527970,
            "stop": 1129529340
        },
        {
            "start": 1129529342,
            "stop": 1129529343
        },
        {
            "start": 1129529345,
            "stop": 1129530558
        },
        {
            "start": 1129530560,
            "stop": 1129532374
        },
        {
            "start": 1129532375,
            "stop": 1129541461
        },
        {
            "start": 1129541462,
            "stop": 1129542160
        },
        {
            "start": 1129542161,
            "stop": 1129542699
        },
        {
            "start": 1129542703,
            "stop": 1129543529
        },
        {
            "start": 1129543530,
            "stop": 1129544082
        },
        {
            "start": 1129544083,
            "stop": 1129548344
        },
        {
            "start": 1129548345,
            "stop": 1129560221
        },
        {
            "start": 1129560222,
            "stop": 1129560840
        },
        {
            "start": 1129560960,
            "stop": 1129564224
        },
        {
            "start": 1129564225,
            "stop": 1129566781
        },
        {
            "start": 1129566782,
            "stop": 1129567521
        },
        {
            "start": 1129567523,
            "stop": 1129569054
        },
        {
            "start": 1129569055,
            "stop": 1129569426
        },
        {
            "start": 1129569427,
            "stop": 1129570250
        },
        {
            "start": 1129570251,
            "stop": 1129570260
        },
        {
            "start": 1129570320,
            "stop": 1129570404
        }
    ]
}