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=346
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=347",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=345",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 346,
    "results": [
        {
            "start": 1240714330,
            "stop": 1240714949
        },
        {
            "start": 1240714950,
            "stop": 1240715550
        },
        {
            "start": 1240715552,
            "stop": 1240715578
        },
        {
            "start": 1240715581,
            "stop": 1240715586
        },
        {
            "start": 1240715588,
            "stop": 1240715657
        },
        {
            "start": 1240715658,
            "stop": 1240715862
        },
        {
            "start": 1240715863,
            "stop": 1240715911
        },
        {
            "start": 1240715912,
            "stop": 1240716035
        },
        {
            "start": 1240716037,
            "stop": 1240716082
        },
        {
            "start": 1240716083,
            "stop": 1240716085
        },
        {
            "start": 1240716088,
            "stop": 1240716165
        },
        {
            "start": 1240716168,
            "stop": 1240716172
        },
        {
            "start": 1240716173,
            "stop": 1240716178
        },
        {
            "start": 1240716179,
            "stop": 1240716233
        },
        {
            "start": 1240716234,
            "stop": 1240716411
        },
        {
            "start": 1240716413,
            "stop": 1240716418
        },
        {
            "start": 1240716419,
            "stop": 1240716518
        },
        {
            "start": 1240716521,
            "stop": 1240716527
        },
        {
            "start": 1240716528,
            "stop": 1240716678
        },
        {
            "start": 1240716679,
            "stop": 1240716944
        }
    ]
}