Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6184
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6185",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6183",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6184,
    "results": [
        {
            "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
        },
        {
            "start": 874470324,
            "stop": 874470409
        },
        {
            "start": 874470411,
            "stop": 874470690
        },
        {
            "start": 874470694,
            "stop": 874470695
        },
        {
            "start": 874470700,
            "stop": 874470787
        },
        {
            "start": 874470790,
            "stop": 874470810
        },
        {
            "start": 874470813,
            "stop": 874470816
        },
        {
            "start": 874470819,
            "stop": 874470831
        },
        {
            "start": 874470840,
            "stop": 874473883
        },
        {
            "start": 874473885,
            "stop": 874474698
        }
    ]
}