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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=209",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=207",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 208,
    "results": [
        {
            "start": 820924606,
            "stop": 820924748
        },
        {
            "start": 820924751,
            "stop": 820925000
        },
        {
            "start": 820925004,
            "stop": 820926247
        },
        {
            "start": 820926250,
            "stop": 820926584
        },
        {
            "start": 820926765,
            "stop": 820926879
        },
        {
            "start": 820926882,
            "stop": 820929344
        },
        {
            "start": 820929525,
            "stop": 820929764
        },
        {
            "start": 820930065,
            "stop": 820930589
        },
        {
            "start": 820930592,
            "stop": 820930835
        },
        {
            "start": 820930839,
            "stop": 820930934
        },
        {
            "start": 820930937,
            "stop": 820931146
        },
        {
            "start": 820931150,
            "stop": 820931242
        },
        {
            "start": 820931245,
            "stop": 820931509
        },
        {
            "start": 820931512,
            "stop": 820931866
        },
        {
            "start": 820931869,
            "stop": 820932262
        },
        {
            "start": 820932265,
            "stop": 820933300
        },
        {
            "start": 820933329,
            "stop": 820933740
        },
        {
            "start": 820933800,
            "stop": 820933891
        },
        {
            "start": 820933899,
            "stop": 820933921
        },
        {
            "start": 820933925,
            "stop": 820933942
        }
    ]
}