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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=292",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=290",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 291,
    "results": [
        {
            "start": 1240363696,
            "stop": 1240363774
        },
        {
            "start": 1240363776,
            "stop": 1240363907
        },
        {
            "start": 1240363908,
            "stop": 1240363911
        },
        {
            "start": 1240363912,
            "stop": 1240363939
        },
        {
            "start": 1240363940,
            "stop": 1240363942
        },
        {
            "start": 1240363943,
            "stop": 1240364037
        },
        {
            "start": 1240364038,
            "stop": 1240364040
        },
        {
            "start": 1240364041,
            "stop": 1240364063
        },
        {
            "start": 1240364064,
            "stop": 1240364340
        },
        {
            "start": 1240364343,
            "stop": 1240364564
        },
        {
            "start": 1240364565,
            "stop": 1240364566
        },
        {
            "start": 1240364567,
            "stop": 1240364586
        },
        {
            "start": 1240364587,
            "stop": 1240365409
        },
        {
            "start": 1240365410,
            "stop": 1240365415
        },
        {
            "start": 1240365416,
            "stop": 1240365497
        },
        {
            "start": 1240365505,
            "stop": 1240366013
        },
        {
            "start": 1240366014,
            "stop": 1240366049
        },
        {
            "start": 1240366050,
            "stop": 1240366052
        },
        {
            "start": 1240366053,
            "stop": 1240366208
        },
        {
            "start": 1240366209,
            "stop": 1240366210
        }
    ]
}