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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=46",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 47,
    "results": [
        {
            "start": 816166782,
            "stop": 816166885
        },
        {
            "start": 816166888,
            "stop": 816167080
        },
        {
            "start": 816167083,
            "stop": 816167105
        },
        {
            "start": 816167109,
            "stop": 816167209
        },
        {
            "start": 816167212,
            "stop": 816167374
        },
        {
            "start": 816167377,
            "stop": 816167577
        },
        {
            "start": 816167580,
            "stop": 816167789
        },
        {
            "start": 816167792,
            "stop": 816168256
        },
        {
            "start": 816168259,
            "stop": 816168323
        },
        {
            "start": 816168326,
            "stop": 816168643
        },
        {
            "start": 816168646,
            "stop": 816168925
        },
        {
            "start": 816168929,
            "stop": 816169041
        },
        {
            "start": 816169045,
            "stop": 816169077
        },
        {
            "start": 816169080,
            "stop": 816169109
        },
        {
            "start": 816169112,
            "stop": 816169169
        },
        {
            "start": 816169173,
            "stop": 816169881
        },
        {
            "start": 816169884,
            "stop": 816169941
        },
        {
            "start": 816169944,
            "stop": 816169966
        },
        {
            "start": 816169969,
            "stop": 816169987
        },
        {
            "start": 816169991,
            "stop": 816170034
        }
    ]
}