Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=986
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=987",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=985",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 986,
    "results": [
        {
            "start": 1134910732,
            "stop": 1134910817
        },
        {
            "start": 1134910827,
            "stop": 1134910829
        },
        {
            "start": 1134910850,
            "stop": 1134910868
        },
        {
            "start": 1134910895,
            "stop": 1134910896
        },
        {
            "start": 1134910905,
            "stop": 1134910923
        },
        {
            "start": 1134910931,
            "stop": 1134910932
        },
        {
            "start": 1134910948,
            "stop": 1134911043
        },
        {
            "start": 1134911053,
            "stop": 1134911055
        },
        {
            "start": 1134911058,
            "stop": 1134911188
        },
        {
            "start": 1134911191,
            "stop": 1134911272
        },
        {
            "start": 1134911296,
            "stop": 1134911314
        },
        {
            "start": 1134911323,
            "stop": 1134911332
        },
        {
            "start": 1134911345,
            "stop": 1134911363
        },
        {
            "start": 1134911377,
            "stop": 1134911379
        },
        {
            "start": 1134911385,
            "stop": 1134911389
        },
        {
            "start": 1134911402,
            "stop": 1134911404
        },
        {
            "start": 1134911417,
            "stop": 1134911418
        },
        {
            "start": 1134911430,
            "stop": 1134911484
        },
        {
            "start": 1134911494,
            "stop": 1134911495
        },
        {
            "start": 1134911505,
            "stop": 1134911507
        }
    ]
}