Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5187
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5188",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5186",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5187,
    "results": [
        {
            "start": 1136274283,
            "stop": 1136274285
        },
        {
            "start": 1136274287,
            "stop": 1136274307
        },
        {
            "start": 1136274309,
            "stop": 1136274314
        },
        {
            "start": 1136274316,
            "stop": 1136274318
        },
        {
            "start": 1136274321,
            "stop": 1136274375
        },
        {
            "start": 1136274377,
            "stop": 1136274384
        },
        {
            "start": 1136274386,
            "stop": 1136274404
        },
        {
            "start": 1136274406,
            "stop": 1136274413
        },
        {
            "start": 1136274415,
            "stop": 1136274430
        },
        {
            "start": 1136274432,
            "stop": 1136274439
        },
        {
            "start": 1136274441,
            "stop": 1136274514
        },
        {
            "start": 1136274516,
            "stop": 1136274523
        },
        {
            "start": 1136274525,
            "stop": 1136274560
        },
        {
            "start": 1136274562,
            "stop": 1136274591
        },
        {
            "start": 1136274593,
            "stop": 1136274613
        },
        {
            "start": 1136274616,
            "stop": 1136274656
        },
        {
            "start": 1136274658,
            "stop": 1136274709
        },
        {
            "start": 1136274711,
            "stop": 1136274717
        },
        {
            "start": 1136274719,
            "stop": 1136274727
        },
        {
            "start": 1136274729,
            "stop": 1136274733
        }
    ]
}