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=40901
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=40902",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40900",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40901,
    "results": [
        {
            "start": 875088470,
            "stop": 875088481
        },
        {
            "start": 875088482,
            "stop": 875088489
        },
        {
            "start": 875088490,
            "stop": 875088511
        },
        {
            "start": 875088513,
            "stop": 875088542
        },
        {
            "start": 875088544,
            "stop": 875088554
        },
        {
            "start": 875088555,
            "stop": 875088580
        },
        {
            "start": 875088584,
            "stop": 875088585
        },
        {
            "start": 875088586,
            "stop": 875088660
        },
        {
            "start": 875088662,
            "stop": 875088688
        },
        {
            "start": 875088689,
            "stop": 875088852
        },
        {
            "start": 875088853,
            "stop": 875088874
        },
        {
            "start": 875088875,
            "stop": 875088946
        },
        {
            "start": 875088947,
            "stop": 875089001
        },
        {
            "start": 875089002,
            "stop": 875089022
        },
        {
            "start": 875089024,
            "stop": 875089091
        },
        {
            "start": 875089092,
            "stop": 875089108
        },
        {
            "start": 875089109,
            "stop": 875089129
        },
        {
            "start": 875089130,
            "stop": 875089195
        },
        {
            "start": 875089196,
            "stop": 875089212
        },
        {
            "start": 875089213,
            "stop": 875089221
        }
    ]
}