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=40962
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=40963",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40961",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40962,
    "results": [
        {
            "start": 875125715,
            "stop": 875125761
        },
        {
            "start": 875125762,
            "stop": 875125777
        },
        {
            "start": 875125779,
            "stop": 875125818
        },
        {
            "start": 875125819,
            "stop": 875125820
        },
        {
            "start": 875125823,
            "stop": 875125856
        },
        {
            "start": 875125857,
            "stop": 875125863
        },
        {
            "start": 875125865,
            "stop": 875125881
        },
        {
            "start": 875125885,
            "stop": 875125905
        },
        {
            "start": 875125907,
            "stop": 875125990
        },
        {
            "start": 875125991,
            "stop": 875126095
        },
        {
            "start": 875126096,
            "stop": 875126127
        },
        {
            "start": 875126128,
            "stop": 875126161
        },
        {
            "start": 875126163,
            "stop": 875126175
        },
        {
            "start": 875126176,
            "stop": 875126178
        },
        {
            "start": 875126180,
            "stop": 875126203
        },
        {
            "start": 875126205,
            "stop": 875126218
        },
        {
            "start": 875126221,
            "stop": 875126224
        },
        {
            "start": 875126226,
            "stop": 875126240
        },
        {
            "start": 875126241,
            "stop": 875126288
        },
        {
            "start": 875126290,
            "stop": 875126301
        }
    ]
}