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=7088
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=7089",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7087",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7088,
    "results": [
        {
            "start": 874463858,
            "stop": 874463899
        },
        {
            "start": 874463902,
            "stop": 874463904
        },
        {
            "start": 874463914,
            "stop": 874464206
        },
        {
            "start": 874464210,
            "stop": 874464211
        },
        {
            "start": 874464214,
            "stop": 874464688
        },
        {
            "start": 874464691,
            "stop": 874464694
        },
        {
            "start": 874464698,
            "stop": 874464967
        },
        {
            "start": 874464972,
            "stop": 874464978
        },
        {
            "start": 874464982,
            "stop": 874465251
        },
        {
            "start": 874465254,
            "stop": 874465289
        },
        {
            "start": 874465292,
            "stop": 874465306
        },
        {
            "start": 874465309,
            "stop": 874465720
        },
        {
            "start": 874465723,
            "stop": 874465744
        },
        {
            "start": 874465747,
            "stop": 874465978
        },
        {
            "start": 874465981,
            "stop": 874467977
        },
        {
            "start": 874467983,
            "stop": 874468097
        },
        {
            "start": 874468101,
            "stop": 874468574
        },
        {
            "start": 874468577,
            "stop": 874470109
        },
        {
            "start": 874470112,
            "stop": 874470208
        },
        {
            "start": 874470213,
            "stop": 874470320
        }
    ]
}