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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6851",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6849",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6850,
    "results": [
        {
            "start": 873219967,
            "stop": 873219970
        },
        {
            "start": 873219974,
            "stop": 873219977
        },
        {
            "start": 873219978,
            "stop": 873219980
        },
        {
            "start": 873219981,
            "stop": 873219989
        },
        {
            "start": 873219990,
            "stop": 873219991
        },
        {
            "start": 873219995,
            "stop": 873220003
        },
        {
            "start": 873220004,
            "stop": 873220054
        },
        {
            "start": 873220056,
            "stop": 873220057
        },
        {
            "start": 873220059,
            "stop": 873220063
        },
        {
            "start": 873220065,
            "stop": 873220073
        },
        {
            "start": 873220074,
            "stop": 873220079
        },
        {
            "start": 873220081,
            "stop": 873220086
        },
        {
            "start": 873220087,
            "stop": 873220100
        },
        {
            "start": 873220101,
            "stop": 873220107
        },
        {
            "start": 873220108,
            "stop": 873220116
        },
        {
            "start": 873220117,
            "stop": 873220147
        },
        {
            "start": 873220148,
            "stop": 873220150
        },
        {
            "start": 873220152,
            "stop": 873220158
        },
        {
            "start": 873220159,
            "stop": 873220167
        },
        {
            "start": 873220168,
            "stop": 873220178
        }
    ]
}