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=6129
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=6130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6128",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6129,
    "results": [
        {
            "start": 874220813,
            "stop": 874220847
        },
        {
            "start": 874220850,
            "stop": 874221036
        },
        {
            "start": 874221037,
            "stop": 874221051
        },
        {
            "start": 874221053,
            "stop": 874221160
        },
        {
            "start": 874221163,
            "stop": 874221177
        },
        {
            "start": 874221180,
            "stop": 874221194
        },
        {
            "start": 874221197,
            "stop": 874221206
        },
        {
            "start": 874221211,
            "stop": 874221215
        },
        {
            "start": 874221218,
            "stop": 874221222
        },
        {
            "start": 874221227,
            "stop": 874221244
        },
        {
            "start": 874221248,
            "stop": 874221277
        },
        {
            "start": 874221281,
            "stop": 874221282
        },
        {
            "start": 874221285,
            "stop": 874221290
        },
        {
            "start": 874221293,
            "stop": 874221331
        },
        {
            "start": 874221336,
            "stop": 874221338
        },
        {
            "start": 874221345,
            "stop": 874221348
        },
        {
            "start": 874221352,
            "stop": 874221408
        },
        {
            "start": 874221413,
            "stop": 874221438
        },
        {
            "start": 874221441,
            "stop": 874221444
        },
        {
            "start": 874221447,
            "stop": 874221483
        }
    ]
}