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=100
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=101",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=99",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 100,
    "results": [
        {
            "start": 1134791831,
            "stop": 1134791848
        },
        {
            "start": 1134791853,
            "stop": 1134791862
        },
        {
            "start": 1134791866,
            "stop": 1134791875
        },
        {
            "start": 1134791880,
            "stop": 1134791899
        },
        {
            "start": 1134791902,
            "stop": 1134791904
        },
        {
            "start": 1134791907,
            "stop": 1134791926
        },
        {
            "start": 1134791930,
            "stop": 1134791936
        },
        {
            "start": 1134791940,
            "stop": 1134791941
        },
        {
            "start": 1134791944,
            "stop": 1134791960
        },
        {
            "start": 1134791964,
            "stop": 1134791971
        },
        {
            "start": 1134791975,
            "stop": 1134792001
        },
        {
            "start": 1134792005,
            "stop": 1134792006
        },
        {
            "start": 1134792011,
            "stop": 1134792016
        },
        {
            "start": 1134792019,
            "stop": 1134792038
        },
        {
            "start": 1134792044,
            "stop": 1134792063
        },
        {
            "start": 1134792067,
            "stop": 1134792071
        },
        {
            "start": 1134792080,
            "stop": 1134792084
        },
        {
            "start": 1134792087,
            "stop": 1134792088
        },
        {
            "start": 1134792092,
            "stop": 1134792096
        },
        {
            "start": 1134792100,
            "stop": 1134792105
        }
    ]
}