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=160
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=161",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=159",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 160,
    "results": [
        {
            "start": 1382577920,
            "stop": 1382578141
        },
        {
            "start": 1382584559,
            "stop": 1382585334
        },
        {
            "start": 1382585339,
            "stop": 1382587728
        },
        {
            "start": 1382587733,
            "stop": 1382593907
        },
        {
            "start": 1382599445,
            "stop": 1382600769
        },
        {
            "start": 1382600773,
            "stop": 1382609836
        },
        {
            "start": 1382609841,
            "stop": 1382610587
        },
        {
            "start": 1382610592,
            "stop": 1382611809
        },
        {
            "start": 1382617753,
            "stop": 1382621612
        },
        {
            "start": 1382621617,
            "stop": 1382623897
        },
        {
            "start": 1382623901,
            "stop": 1382629751
        },
        {
            "start": 1382629756,
            "stop": 1382629997
        },
        {
            "start": 1382630002,
            "stop": 1382630506
        },
        {
            "start": 1382638599,
            "stop": 1382639449
        },
        {
            "start": 1382639519,
            "stop": 1382642085
        },
        {
            "start": 1382642090,
            "stop": 1382642924
        },
        {
            "start": 1382642929,
            "stop": 1382645845
        },
        {
            "start": 1382645850,
            "stop": 1382650178
        },
        {
            "start": 1382650181,
            "stop": 1382653997
        },
        {
            "start": 1382654808,
            "stop": 1382668122
        }
    ]
}