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=5244
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=5245",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5243",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5244,
    "results": [
        {
            "start": 1136384863,
            "stop": 1136384991
        },
        {
            "start": 1136384993,
            "stop": 1136385012
        },
        {
            "start": 1136385014,
            "stop": 1136385044
        },
        {
            "start": 1136385046,
            "stop": 1136385070
        },
        {
            "start": 1136385073,
            "stop": 1136385096
        },
        {
            "start": 1136385098,
            "stop": 1136385119
        },
        {
            "start": 1136385121,
            "stop": 1136385164
        },
        {
            "start": 1136385166,
            "stop": 1136385192
        },
        {
            "start": 1136385194,
            "stop": 1136385287
        },
        {
            "start": 1136385289,
            "stop": 1136385306
        },
        {
            "start": 1136385308,
            "stop": 1136385330
        },
        {
            "start": 1136385332,
            "stop": 1136385371
        },
        {
            "start": 1136385373,
            "stop": 1136385428
        },
        {
            "start": 1136385430,
            "stop": 1136385437
        },
        {
            "start": 1136385439,
            "stop": 1136385548
        },
        {
            "start": 1136385550,
            "stop": 1136385570
        },
        {
            "start": 1136385572,
            "stop": 1136385635
        },
        {
            "start": 1136385637,
            "stop": 1136385657
        },
        {
            "start": 1136385659,
            "stop": 1136385678
        },
        {
            "start": 1136385680,
            "stop": 1136385695
        }
    ]
}