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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5165",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5163",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5164,
    "results": [
        {
            "start": 1136263718,
            "stop": 1136263723
        },
        {
            "start": 1136263725,
            "stop": 1136263774
        },
        {
            "start": 1136263776,
            "stop": 1136263804
        },
        {
            "start": 1136263806,
            "stop": 1136263856
        },
        {
            "start": 1136263858,
            "stop": 1136263866
        },
        {
            "start": 1136263868,
            "stop": 1136263878
        },
        {
            "start": 1136263880,
            "stop": 1136263882
        },
        {
            "start": 1136263885,
            "stop": 1136263909
        },
        {
            "start": 1136263911,
            "stop": 1136263920
        },
        {
            "start": 1136263924,
            "stop": 1136263943
        },
        {
            "start": 1136263945,
            "stop": 1136263948
        },
        {
            "start": 1136263950,
            "stop": 1136263955
        },
        {
            "start": 1136263957,
            "stop": 1136264002
        },
        {
            "start": 1136264004,
            "stop": 1136264015
        },
        {
            "start": 1136264017,
            "stop": 1136264030
        },
        {
            "start": 1136264032,
            "stop": 1136264036
        },
        {
            "start": 1136264038,
            "stop": 1136264056
        },
        {
            "start": 1136264058,
            "stop": 1136264065
        },
        {
            "start": 1136264068,
            "stop": 1136264069
        },
        {
            "start": 1136264071,
            "stop": 1136264096
        }
    ]
}