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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=115",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 116,
    "results": [
        {
            "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": 1134911315
        },
        {
            "start": 1134911323,
            "stop": 1134911332
        },
        {
            "start": 1134911345,
            "stop": 1134911363
        },
        {
            "start": 1134911377,
            "stop": 1134911379
        },
        {
            "start": 1134911384,
            "stop": 1134911389
        },
        {
            "start": 1134911402,
            "stop": 1134911405
        },
        {
            "start": 1134911417,
            "stop": 1134911418
        },
        {
            "start": 1134911430,
            "stop": 1134911484
        },
        {
            "start": 1134911494,
            "stop": 1134911495
        },
        {
            "start": 1134911505,
            "stop": 1134911507
        },
        {
            "start": 1134911511,
            "stop": 1134911519
        },
        {
            "start": 1134911522,
            "stop": 1134911531
        },
        {
            "start": 1134911549,
            "stop": 1134911551
        }
    ]
}