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=99
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=100",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=98",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 99,
    "results": [
        {
            "start": 1134791421,
            "stop": 1134791432
        },
        {
            "start": 1134791439,
            "stop": 1134791464
        },
        {
            "start": 1134791469,
            "stop": 1134791471
        },
        {
            "start": 1134791476,
            "stop": 1134791514
        },
        {
            "start": 1134791520,
            "stop": 1134791521
        },
        {
            "start": 1134791524,
            "stop": 1134791543
        },
        {
            "start": 1134791548,
            "stop": 1134791564
        },
        {
            "start": 1134791569,
            "stop": 1134791573
        },
        {
            "start": 1134791580,
            "stop": 1134791586
        },
        {
            "start": 1134791596,
            "stop": 1134791608
        },
        {
            "start": 1134791616,
            "stop": 1134791639
        },
        {
            "start": 1134791646,
            "stop": 1134791666
        },
        {
            "start": 1134791672,
            "stop": 1134791692
        },
        {
            "start": 1134791697,
            "stop": 1134791718
        },
        {
            "start": 1134791724,
            "stop": 1134791741
        },
        {
            "start": 1134791746,
            "stop": 1134791759
        },
        {
            "start": 1134791765,
            "stop": 1134791789
        },
        {
            "start": 1134791792,
            "stop": 1134791807
        },
        {
            "start": 1134791812,
            "stop": 1134791821
        },
        {
            "start": 1134791825,
            "stop": 1134791828
        }
    ]
}