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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=160",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 161,
    "results": [
        {
            "start": 1239814813,
            "stop": 1239814825
        },
        {
            "start": 1239814826,
            "stop": 1239814827
        },
        {
            "start": 1239814828,
            "stop": 1239814874
        },
        {
            "start": 1239814877,
            "stop": 1239814881
        },
        {
            "start": 1239814882,
            "stop": 1239815154
        },
        {
            "start": 1239815157,
            "stop": 1239815226
        },
        {
            "start": 1239815227,
            "stop": 1239815228
        },
        {
            "start": 1239815229,
            "stop": 1239815464
        },
        {
            "start": 1239815467,
            "stop": 1239815588
        },
        {
            "start": 1239815590,
            "stop": 1239815773
        },
        {
            "start": 1239815774,
            "stop": 1239815784
        },
        {
            "start": 1239815787,
            "stop": 1239815821
        },
        {
            "start": 1239815824,
            "stop": 1239815913
        },
        {
            "start": 1239815914,
            "stop": 1239815949
        },
        {
            "start": 1239815950,
            "stop": 1239816287
        },
        {
            "start": 1239816289,
            "stop": 1239816290
        },
        {
            "start": 1239816291,
            "stop": 1239816439
        },
        {
            "start": 1239816440,
            "stop": 1239816441
        },
        {
            "start": 1239816443,
            "stop": 1239816449
        },
        {
            "start": 1239816450,
            "stop": 1239816641
        }
    ]
}