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=308
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=309",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=307",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 308,
    "results": [
        {
            "start": 1240551650,
            "stop": 1240552164
        },
        {
            "start": 1240552167,
            "stop": 1240554167
        },
        {
            "start": 1240554168,
            "stop": 1240554406
        },
        {
            "start": 1240554408,
            "stop": 1240554440
        },
        {
            "start": 1240554441,
            "stop": 1240554553
        },
        {
            "start": 1240554554,
            "stop": 1240555986
        },
        {
            "start": 1240555987,
            "stop": 1240556076
        },
        {
            "start": 1240556078,
            "stop": 1240557235
        },
        {
            "start": 1240557236,
            "stop": 1240557609
        },
        {
            "start": 1240557612,
            "stop": 1240557628
        },
        {
            "start": 1240557629,
            "stop": 1240558606
        },
        {
            "start": 1240558607,
            "stop": 1240558835
        },
        {
            "start": 1240558837,
            "stop": 1240559041
        },
        {
            "start": 1240559042,
            "stop": 1240559458
        },
        {
            "start": 1240559459,
            "stop": 1240559795
        },
        {
            "start": 1240559796,
            "stop": 1240559800
        },
        {
            "start": 1240559802,
            "stop": 1240560184
        },
        {
            "start": 1240560187,
            "stop": 1240560714
        },
        {
            "start": 1240560715,
            "stop": 1240560954
        },
        {
            "start": 1240560957,
            "stop": 1240562618
        }
    ]
}