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=341
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=342",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=340",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 341,
    "results": [
        {
            "start": 1240698830,
            "stop": 1240698847
        },
        {
            "start": 1240698848,
            "stop": 1240698877
        },
        {
            "start": 1240698878,
            "stop": 1240698887
        },
        {
            "start": 1240698889,
            "stop": 1240698916
        },
        {
            "start": 1240698918,
            "stop": 1240698938
        },
        {
            "start": 1240698939,
            "stop": 1240698964
        },
        {
            "start": 1240698965,
            "stop": 1240698987
        },
        {
            "start": 1240698989,
            "stop": 1240699031
        },
        {
            "start": 1240699032,
            "stop": 1240699043
        },
        {
            "start": 1240699045,
            "stop": 1240699069
        },
        {
            "start": 1240699070,
            "stop": 1240699084
        },
        {
            "start": 1240699086,
            "stop": 1240699103
        },
        {
            "start": 1240699105,
            "stop": 1240699113
        },
        {
            "start": 1240699115,
            "stop": 1240699138
        },
        {
            "start": 1240699139,
            "stop": 1240699163
        },
        {
            "start": 1240699164,
            "stop": 1240699186
        },
        {
            "start": 1240699187,
            "stop": 1240699190
        },
        {
            "start": 1240699192,
            "stop": 1240699203
        },
        {
            "start": 1240699204,
            "stop": 1240699333
        },
        {
            "start": 1240699335,
            "stop": 1240699400
        }
    ]
}