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=1652
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=1653",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1651",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1652,
    "results": [
        {
            "start": 1248240534,
            "stop": 1248241938
        },
        {
            "start": 1248241940,
            "stop": 1248242006
        },
        {
            "start": 1248242010,
            "stop": 1248242020
        },
        {
            "start": 1248242022,
            "stop": 1248242023
        },
        {
            "start": 1248242025,
            "stop": 1248242026
        },
        {
            "start": 1248242028,
            "stop": 1248242035
        },
        {
            "start": 1248242037,
            "stop": 1248242097
        },
        {
            "start": 1248242105,
            "stop": 1248242137
        },
        {
            "start": 1248242139,
            "stop": 1248242186
        },
        {
            "start": 1248242187,
            "stop": 1248242211
        },
        {
            "start": 1248242212,
            "stop": 1248243066
        },
        {
            "start": 1248243069,
            "stop": 1248246501
        },
        {
            "start": 1248246504,
            "stop": 1248251009
        },
        {
            "start": 1248251017,
            "stop": 1248251492
        },
        {
            "start": 1248251494,
            "stop": 1248254803
        },
        {
            "start": 1248254806,
            "stop": 1248256984
        },
        {
            "start": 1248257434,
            "stop": 1248257579
        },
        {
            "start": 1248257582,
            "stop": 1248257699
        },
        {
            "start": 1248257812,
            "stop": 1248259688
        },
        {
            "start": 1248259696,
            "stop": 1248260002
        }
    ]
}