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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=241",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=239",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 240,
    "results": [
        {
            "start": 1240193417,
            "stop": 1240193642
        },
        {
            "start": 1240193644,
            "stop": 1240193647
        },
        {
            "start": 1240193649,
            "stop": 1240194067
        },
        {
            "start": 1240194069,
            "stop": 1240194110
        },
        {
            "start": 1240194111,
            "stop": 1240194114
        },
        {
            "start": 1240194115,
            "stop": 1240194835
        },
        {
            "start": 1240194836,
            "stop": 1240194904
        },
        {
            "start": 1240194905,
            "stop": 1240195002
        },
        {
            "start": 1240195003,
            "stop": 1240195020
        },
        {
            "start": 1240195021,
            "stop": 1240195051
        },
        {
            "start": 1240195052,
            "stop": 1240195215
        },
        {
            "start": 1240195217,
            "stop": 1240195233
        },
        {
            "start": 1240195234,
            "stop": 1240195432
        },
        {
            "start": 1240195434,
            "stop": 1240195486
        },
        {
            "start": 1240195488,
            "stop": 1240195531
        },
        {
            "start": 1240195532,
            "stop": 1240196030
        },
        {
            "start": 1240196032,
            "stop": 1240196385
        },
        {
            "start": 1240196386,
            "stop": 1240196398
        },
        {
            "start": 1240196401,
            "stop": 1240196595
        },
        {
            "start": 1240196596,
            "stop": 1240196667
        }
    ]
}