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=257
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=258",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=256",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 257,
    "results": [
        {
            "start": 1240296452,
            "stop": 1240296509
        },
        {
            "start": 1240296510,
            "stop": 1240296785
        },
        {
            "start": 1240296786,
            "stop": 1240296917
        },
        {
            "start": 1240296918,
            "stop": 1240297361
        },
        {
            "start": 1240297362,
            "stop": 1240298060
        },
        {
            "start": 1240298062,
            "stop": 1240299137
        },
        {
            "start": 1240299139,
            "stop": 1240299427
        },
        {
            "start": 1240299429,
            "stop": 1240299576
        },
        {
            "start": 1240299579,
            "stop": 1240299784
        },
        {
            "start": 1240299787,
            "stop": 1240299878
        },
        {
            "start": 1240299886,
            "stop": 1240299990
        },
        {
            "start": 1240299991,
            "stop": 1240300196
        },
        {
            "start": 1240300199,
            "stop": 1240300281
        },
        {
            "start": 1240300282,
            "stop": 1240300452
        },
        {
            "start": 1240300453,
            "stop": 1240300481
        },
        {
            "start": 1240300483,
            "stop": 1240300889
        },
        {
            "start": 1240300890,
            "stop": 1240301122
        },
        {
            "start": 1240301123,
            "stop": 1240301250
        },
        {
            "start": 1240301251,
            "stop": 1240301461
        },
        {
            "start": 1240301462,
            "stop": 1240301502
        }
    ]
}