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=241
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=242",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=240",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 241,
    "results": [
        {
            "start": 1240196668,
            "stop": 1240197107
        },
        {
            "start": 1240197108,
            "stop": 1240197145
        },
        {
            "start": 1240197146,
            "stop": 1240197248
        },
        {
            "start": 1240197249,
            "stop": 1240197280
        },
        {
            "start": 1240197282,
            "stop": 1240197581
        },
        {
            "start": 1240197582,
            "stop": 1240197601
        },
        {
            "start": 1240197603,
            "stop": 1240197696
        },
        {
            "start": 1240197697,
            "stop": 1240197728
        },
        {
            "start": 1240197731,
            "stop": 1240197759
        },
        {
            "start": 1240197760,
            "stop": 1240197844
        },
        {
            "start": 1240197845,
            "stop": 1240198091
        },
        {
            "start": 1240198092,
            "stop": 1240198137
        },
        {
            "start": 1240198139,
            "stop": 1240198140
        },
        {
            "start": 1240198142,
            "stop": 1240198652
        },
        {
            "start": 1240198655,
            "stop": 1240198831
        },
        {
            "start": 1240198833,
            "stop": 1240199375
        },
        {
            "start": 1240199376,
            "stop": 1240199458
        },
        {
            "start": 1240199461,
            "stop": 1240199903
        },
        {
            "start": 1240199904,
            "stop": 1240200062
        },
        {
            "start": 1240200064,
            "stop": 1240200581
        }
    ]
}