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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=10",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 11,
    "results": [
        {
            "start": 816614686,
            "stop": 816614690
        },
        {
            "start": 816614694,
            "stop": 816614728
        },
        {
            "start": 816614731,
            "stop": 816614760
        },
        {
            "start": 816614763,
            "stop": 816615364
        },
        {
            "start": 816617073,
            "stop": 816617121
        },
        {
            "start": 816617129,
            "stop": 816617202
        },
        {
            "start": 816617206,
            "stop": 816617564
        },
        {
            "start": 816617567,
            "stop": 816618148
        },
        {
            "start": 816618151,
            "stop": 816618441
        },
        {
            "start": 816618444,
            "stop": 816618447
        },
        {
            "start": 816618450,
            "stop": 816618454
        },
        {
            "start": 816618457,
            "stop": 816618513
        },
        {
            "start": 816619011,
            "stop": 816619197
        },
        {
            "start": 816619200,
            "stop": 816619278
        },
        {
            "start": 816619281,
            "stop": 816619425
        },
        {
            "start": 816619533,
            "stop": 816619597
        },
        {
            "start": 816651331,
            "stop": 816651508
        },
        {
            "start": 816651510,
            "stop": 816651599
        },
        {
            "start": 816651601,
            "stop": 816651947
        },
        {
            "start": 816651949,
            "stop": 816651964
        }
    ]
}