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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=25",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 26,
    "results": [
        {
            "start": 931163283,
            "stop": 931163334
        },
        {
            "start": 931163352,
            "stop": 931163360
        },
        {
            "start": 931163378,
            "stop": 931163686
        },
        {
            "start": 931163724,
            "stop": 931163842
        },
        {
            "start": 931163844,
            "stop": 931163888
        },
        {
            "start": 931163906,
            "stop": 931163930
        },
        {
            "start": 931163932,
            "stop": 931164082
        },
        {
            "start": 931164084,
            "stop": 931164098
        },
        {
            "start": 931164116,
            "stop": 931164145
        },
        {
            "start": 931164163,
            "stop": 931164205
        },
        {
            "start": 931164207,
            "stop": 931164297
        },
        {
            "start": 931164319,
            "stop": 931164321
        },
        {
            "start": 931164338,
            "stop": 931164353
        },
        {
            "start": 931164370,
            "stop": 931164390
        },
        {
            "start": 931164428,
            "stop": 931164431
        },
        {
            "start": 931164433,
            "stop": 931164454
        },
        {
            "start": 931164471,
            "stop": 931164481
        },
        {
            "start": 931164483,
            "stop": 931164571
        },
        {
            "start": 931164589,
            "stop": 931164673
        },
        {
            "start": 931164701,
            "stop": 931164702
        }
    ]
}