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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=120",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=118",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 119,
    "results": [
        {
            "start": 1411399226,
            "stop": 1411399820
        },
        {
            "start": 1411410638,
            "stop": 1411414294
        },
        {
            "start": 1411414431,
            "stop": 1411415603
        },
        {
            "start": 1411418241,
            "stop": 1411418280
        },
        {
            "start": 1411418281,
            "stop": 1411418845
        },
        {
            "start": 1411426603,
            "stop": 1411430263
        },
        {
            "start": 1411430400,
            "stop": 1411430410
        },
        {
            "start": 1411430414,
            "stop": 1411432121
        },
        {
            "start": 1411453022,
            "stop": 1411454386
        },
        {
            "start": 1411454390,
            "stop": 1411456678
        },
        {
            "start": 1411456815,
            "stop": 1411457759
        },
        {
            "start": 1411457761,
            "stop": 1411472776
        },
        {
            "start": 1411472778,
            "stop": 1411478946
        },
        {
            "start": 1411478949,
            "stop": 1411485915
        },
        {
            "start": 1411485919,
            "stop": 1411490399
        },
        {
            "start": 1411490402,
            "stop": 1411501352
        },
        {
            "start": 1411501355,
            "stop": 1411501697
        },
        {
            "start": 1411504880,
            "stop": 1411516005
        },
        {
            "start": 1411516008,
            "stop": 1411529268
        },
        {
            "start": 1411531732,
            "stop": 1411544905
        }
    ]
}