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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=367",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=365",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 366,
    "results": [
        {
            "start": 1240754823,
            "stop": 1240755024
        },
        {
            "start": 1240755025,
            "stop": 1240755139
        },
        {
            "start": 1240755140,
            "stop": 1240755263
        },
        {
            "start": 1240755264,
            "stop": 1240755433
        },
        {
            "start": 1240755434,
            "stop": 1240755919
        },
        {
            "start": 1240755921,
            "stop": 1240755953
        },
        {
            "start": 1240755954,
            "stop": 1240755962
        },
        {
            "start": 1240755963,
            "stop": 1240756345
        },
        {
            "start": 1240756346,
            "stop": 1240756668
        },
        {
            "start": 1240756669,
            "stop": 1240756934
        },
        {
            "start": 1240756936,
            "stop": 1240756973
        },
        {
            "start": 1240756974,
            "stop": 1240756982
        },
        {
            "start": 1240756983,
            "stop": 1240757075
        },
        {
            "start": 1240757077,
            "stop": 1240757129
        },
        {
            "start": 1240757130,
            "stop": 1240757132
        },
        {
            "start": 1240757133,
            "stop": 1240757345
        },
        {
            "start": 1240757346,
            "stop": 1240757414
        },
        {
            "start": 1240757417,
            "stop": 1240757770
        },
        {
            "start": 1240757773,
            "stop": 1240757905
        },
        {
            "start": 1240757906,
            "stop": 1240758035
        }
    ]
}