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=5088
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=5089",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5087",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5088,
    "results": [
        {
            "start": 874657221,
            "stop": 874657279
        },
        {
            "start": 874657302,
            "stop": 874657362
        },
        {
            "start": 874657381,
            "stop": 874657464
        },
        {
            "start": 874657484,
            "stop": 874657614
        },
        {
            "start": 874657633,
            "stop": 874657867
        },
        {
            "start": 874657887,
            "stop": 874657935
        },
        {
            "start": 874657954,
            "stop": 874657956
        },
        {
            "start": 874657975,
            "stop": 874658031
        },
        {
            "start": 874658055,
            "stop": 874658081
        },
        {
            "start": 874658114,
            "stop": 874658185
        },
        {
            "start": 874658249,
            "stop": 874658306
        },
        {
            "start": 874658326,
            "stop": 874658368
        },
        {
            "start": 874658387,
            "stop": 874658629
        },
        {
            "start": 874658648,
            "stop": 874658700
        },
        {
            "start": 874658719,
            "stop": 874658856
        },
        {
            "start": 874658875,
            "stop": 874658883
        },
        {
            "start": 874658903,
            "stop": 874658951
        },
        {
            "start": 874658970,
            "stop": 874658999
        },
        {
            "start": 874659018,
            "stop": 874659064
        },
        {
            "start": 874659100,
            "stop": 874659119
        }
    ]
}