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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=55",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 56,
    "results": [
        {
            "start": 1372130670,
            "stop": 1372136661
        },
        {
            "start": 1372136666,
            "stop": 1372143726
        },
        {
            "start": 1372143731,
            "stop": 1372148741
        },
        {
            "start": 1372148746,
            "stop": 1372149987
        },
        {
            "start": 1372149992,
            "stop": 1372151772
        },
        {
            "start": 1372151777,
            "stop": 1372152797
        },
        {
            "start": 1372152800,
            "stop": 1372156698
        },
        {
            "start": 1372156703,
            "stop": 1372157430
        },
        {
            "start": 1372157435,
            "stop": 1372157669
        },
        {
            "start": 1372157674,
            "stop": 1372160958
        },
        {
            "start": 1372160963,
            "stop": 1372162676
        },
        {
            "start": 1372162681,
            "stop": 1372175491
        },
        {
            "start": 1372175496,
            "stop": 1372175723
        },
        {
            "start": 1372175728,
            "stop": 1372178742
        },
        {
            "start": 1372178747,
            "stop": 1372179897
        },
        {
            "start": 1372179902,
            "stop": 1372184215
        },
        {
            "start": 1372184218,
            "stop": 1372186186
        },
        {
            "start": 1372198888,
            "stop": 1372223278
        },
        {
            "start": 1372223283,
            "stop": 1372223872
        },
        {
            "start": 1372223877,
            "stop": 1372227092
        }
    ]
}