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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=32",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 33,
    "results": [
        {
            "start": 816677113,
            "stop": 816677155
        },
        {
            "start": 816677158,
            "stop": 816677184
        },
        {
            "start": 816677188,
            "stop": 816677215
        },
        {
            "start": 816677218,
            "stop": 816677297
        },
        {
            "start": 816677300,
            "stop": 816677372
        },
        {
            "start": 816677375,
            "stop": 816677406
        },
        {
            "start": 816677410,
            "stop": 816677433
        },
        {
            "start": 816677436,
            "stop": 816677444
        },
        {
            "start": 816677447,
            "stop": 816677615
        },
        {
            "start": 816677619,
            "stop": 816677702
        },
        {
            "start": 816677706,
            "stop": 816677928
        },
        {
            "start": 816677932,
            "stop": 816677933
        },
        {
            "start": 816677936,
            "stop": 816677995
        },
        {
            "start": 816677999,
            "stop": 816678028
        },
        {
            "start": 816678032,
            "stop": 816678033
        },
        {
            "start": 816678036,
            "stop": 816678078
        },
        {
            "start": 816678081,
            "stop": 816678401
        },
        {
            "start": 816678404,
            "stop": 816678565
        },
        {
            "start": 816678569,
            "stop": 816678587
        },
        {
            "start": 816678596,
            "stop": 816678756
        }
    ]
}