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=14
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=15",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=13",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 14,
    "results": [
        {
            "start": 931089121,
            "stop": 931089123
        },
        {
            "start": 931089125,
            "stop": 931089126
        },
        {
            "start": 931089140,
            "stop": 931089141
        },
        {
            "start": 931089147,
            "stop": 931089149
        },
        {
            "start": 931089153,
            "stop": 931089155
        },
        {
            "start": 931089156,
            "stop": 931089166
        },
        {
            "start": 931089168,
            "stop": 931089170
        },
        {
            "start": 931089182,
            "stop": 931089188
        },
        {
            "start": 931089190,
            "stop": 931089194
        },
        {
            "start": 931089200,
            "stop": 931089202
        },
        {
            "start": 931089205,
            "stop": 931089207
        },
        {
            "start": 931089208,
            "stop": 931089210
        },
        {
            "start": 931089214,
            "stop": 931089215
        },
        {
            "start": 931089220,
            "stop": 931089222
        },
        {
            "start": 931089231,
            "stop": 931089232
        },
        {
            "start": 931089233,
            "stop": 931089239
        },
        {
            "start": 931089245,
            "stop": 931089252
        },
        {
            "start": 931089257,
            "stop": 931089259
        },
        {
            "start": 931089271,
            "stop": 931089272
        },
        {
            "start": 931089278,
            "stop": 931089281
        }
    ]
}