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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=351",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=349",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 350,
    "results": [
        {
            "start": 868707779,
            "stop": 868708444
        },
        {
            "start": 868709444,
            "stop": 868714298
        },
        {
            "start": 868717881,
            "stop": 868718315
        },
        {
            "start": 868719518,
            "stop": 868719780
        },
        {
            "start": 868751676,
            "stop": 868755457
        },
        {
            "start": 868763234,
            "stop": 868778089
        },
        {
            "start": 868779528,
            "stop": 868792426
        },
        {
            "start": 868795562,
            "stop": 868817161
        },
        {
            "start": 868819664,
            "stop": 868820885
        },
        {
            "start": 868821501,
            "stop": 868822549
        },
        {
            "start": 868834104,
            "stop": 868846904
        },
        {
            "start": 868847036,
            "stop": 868856443
        },
        {
            "start": 868856506,
            "stop": 868862744
        },
        {
            "start": 868866584,
            "stop": 868872933
        },
        {
            "start": 868872984,
            "stop": 868882547
        },
        {
            "start": 868883533,
            "stop": 868884090
        },
        {
            "start": 868893143,
            "stop": 868899707
        },
        {
            "start": 868900020,
            "stop": 868902225
        },
        {
            "start": 868909774,
            "stop": 868910427
        },
        {
            "start": 868911151,
            "stop": 868915134
        }
    ]
}