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=6194
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=6195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6193",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6194,
    "results": [
        {
            "start": 874546610,
            "stop": 874549752
        },
        {
            "start": 874549754,
            "stop": 874550914
        },
        {
            "start": 874550917,
            "stop": 874551485
        },
        {
            "start": 874551486,
            "stop": 874551628
        },
        {
            "start": 874551631,
            "stop": 874551699
        },
        {
            "start": 874551702,
            "stop": 874551864
        },
        {
            "start": 874551866,
            "stop": 874552157
        },
        {
            "start": 874552162,
            "stop": 874553041
        },
        {
            "start": 874553047,
            "stop": 874553228
        },
        {
            "start": 874553229,
            "stop": 874553377
        },
        {
            "start": 874553378,
            "stop": 874553519
        },
        {
            "start": 874553522,
            "stop": 874553589
        },
        {
            "start": 874553592,
            "stop": 874553719
        },
        {
            "start": 874553722,
            "stop": 874553743
        },
        {
            "start": 874553746,
            "stop": 874553802
        },
        {
            "start": 874553805,
            "stop": 874553811
        },
        {
            "start": 874553814,
            "stop": 874554217
        },
        {
            "start": 874554220,
            "stop": 874554235
        },
        {
            "start": 874554249,
            "stop": 874554691
        },
        {
            "start": 874554696,
            "stop": 874554791
        }
    ]
}