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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=937",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=935",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 936,
    "results": [
        {
            "start": 1251550508,
            "stop": 1251550509
        },
        {
            "start": 1251550513,
            "stop": 1251550515
        },
        {
            "start": 1251550520,
            "stop": 1251550554
        },
        {
            "start": 1251550561,
            "stop": 1251551506
        },
        {
            "start": 1251551511,
            "stop": 1251551753
        },
        {
            "start": 1251551758,
            "stop": 1251551831
        },
        {
            "start": 1251551835,
            "stop": 1251551842
        },
        {
            "start": 1251551847,
            "stop": 1251551938
        },
        {
            "start": 1251551943,
            "stop": 1251551956
        },
        {
            "start": 1251551959,
            "stop": 1251552224
        },
        {
            "start": 1251552228,
            "stop": 1251552250
        },
        {
            "start": 1251552255,
            "stop": 1251552776
        },
        {
            "start": 1251552780,
            "stop": 1251552812
        },
        {
            "start": 1251552815,
            "stop": 1251552844
        },
        {
            "start": 1251552848,
            "stop": 1251552929
        },
        {
            "start": 1251552933,
            "stop": 1251552948
        },
        {
            "start": 1251552951,
            "stop": 1251552962
        },
        {
            "start": 1251552967,
            "stop": 1251553031
        },
        {
            "start": 1251553036,
            "stop": 1251553145
        },
        {
            "start": 1251553150,
            "stop": 1251553189
        }
    ]
}