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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=56",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 57,
    "results": [
        {
            "start": 931247980,
            "stop": 931248009
        },
        {
            "start": 931248011,
            "stop": 931248160
        },
        {
            "start": 931248162,
            "stop": 931248243
        },
        {
            "start": 931248245,
            "stop": 931248356
        },
        {
            "start": 931248358,
            "stop": 931248415
        },
        {
            "start": 931248416,
            "stop": 931248454
        },
        {
            "start": 931248456,
            "stop": 931248492
        },
        {
            "start": 931248494,
            "stop": 931248600
        },
        {
            "start": 931248602,
            "stop": 931248703
        },
        {
            "start": 931248705,
            "stop": 931248799
        },
        {
            "start": 931248801,
            "stop": 931249032
        },
        {
            "start": 931249033,
            "stop": 931249075
        },
        {
            "start": 931249077,
            "stop": 931249098
        },
        {
            "start": 931249099,
            "stop": 931249131
        },
        {
            "start": 931249133,
            "stop": 931249151
        },
        {
            "start": 931249152,
            "stop": 931249195
        },
        {
            "start": 931249196,
            "stop": 931249440
        },
        {
            "start": 931249442,
            "stop": 931249496
        },
        {
            "start": 931249499,
            "stop": 931249579
        },
        {
            "start": 931249581,
            "stop": 931249673
        }
    ]
}