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=5178
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=5179",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5177",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5178,
    "results": [
        {
            "start": 1136269954,
            "stop": 1136269958
        },
        {
            "start": 1136269960,
            "stop": 1136269980
        },
        {
            "start": 1136269982,
            "stop": 1136270004
        },
        {
            "start": 1136270006,
            "stop": 1136270008
        },
        {
            "start": 1136270010,
            "stop": 1136270016
        },
        {
            "start": 1136270018,
            "stop": 1136270080
        },
        {
            "start": 1136270083,
            "stop": 1136270084
        },
        {
            "start": 1136270086,
            "stop": 1136270101
        },
        {
            "start": 1136270103,
            "stop": 1136270105
        },
        {
            "start": 1136270107,
            "stop": 1136270170
        },
        {
            "start": 1136270172,
            "stop": 1136270189
        },
        {
            "start": 1136270191,
            "stop": 1136270201
        },
        {
            "start": 1136270203,
            "stop": 1136270209
        },
        {
            "start": 1136270211,
            "stop": 1136270214
        },
        {
            "start": 1136270216,
            "stop": 1136270225
        },
        {
            "start": 1136270227,
            "stop": 1136270231
        },
        {
            "start": 1136270233,
            "stop": 1136270255
        },
        {
            "start": 1136270257,
            "stop": 1136270305
        },
        {
            "start": 1136270307,
            "stop": 1136270389
        },
        {
            "start": 1136270391,
            "stop": 1136270420
        }
    ]
}