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=278
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=279",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=277",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 278,
    "results": [
        {
            "start": 822539460,
            "stop": 822539674
        },
        {
            "start": 822539677,
            "stop": 822539953
        },
        {
            "start": 822540137,
            "stop": 822540389
        },
        {
            "start": 822540392,
            "stop": 822540485
        },
        {
            "start": 822540542,
            "stop": 822540794
        },
        {
            "start": 822541018,
            "stop": 822541500
        },
        {
            "start": 822541560,
            "stop": 822541696
        },
        {
            "start": 822541699,
            "stop": 822541873
        },
        {
            "start": 822542029,
            "stop": 822542037
        },
        {
            "start": 822542489,
            "stop": 822542641
        },
        {
            "start": 822542644,
            "stop": 822542881
        },
        {
            "start": 822542886,
            "stop": 822542915
        },
        {
            "start": 822543052,
            "stop": 822543112
        },
        {
            "start": 822543115,
            "stop": 822543131
        },
        {
            "start": 822543135,
            "stop": 822543464
        },
        {
            "start": 822543467,
            "stop": 822543600
        },
        {
            "start": 822543660,
            "stop": 822543718
        },
        {
            "start": 822543722,
            "stop": 822544246
        },
        {
            "start": 822544249,
            "stop": 822544410
        },
        {
            "start": 822545278,
            "stop": 822545280
        }
    ]
}