Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=68
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=67",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 68,
    "results": [
        {
            "start": 822250274,
            "stop": 822250733
        },
        {
            "start": 822250736,
            "stop": 822250870
        },
        {
            "start": 822250872,
            "stop": 822250892
        },
        {
            "start": 822250894,
            "stop": 822250927
        },
        {
            "start": 822261248,
            "stop": 822262694
        },
        {
            "start": 822265293,
            "stop": 822274130
        },
        {
            "start": 822274183,
            "stop": 822277740
        },
        {
            "start": 822277846,
            "stop": 822277943
        },
        {
            "start": 822277986,
            "stop": 822278092
        },
        {
            "start": 822278285,
            "stop": 822293670
        },
        {
            "start": 822295246,
            "stop": 822295617
        },
        {
            "start": 822301570,
            "stop": 822302566
        },
        {
            "start": 822302671,
            "stop": 822306524
        },
        {
            "start": 822306606,
            "stop": 822309306
        },
        {
            "start": 822310234,
            "stop": 822311672
        },
        {
            "start": 822311802,
            "stop": 822315767
        },
        {
            "start": 822316822,
            "stop": 822318587
        },
        {
            "start": 822318720,
            "stop": 822318918
        },
        {
            "start": 822318920,
            "stop": 822319770
        },
        {
            "start": 822319773,
            "stop": 822320076
        }
    ]
}