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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=683",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=681",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 682,
    "results": [
        {
            "start": 1265425953,
            "stop": 1265427693
        },
        {
            "start": 1265427700,
            "stop": 1265430044
        },
        {
            "start": 1265430047,
            "stop": 1265430201
        },
        {
            "start": 1265430204,
            "stop": 1265431847
        },
        {
            "start": 1265431854,
            "stop": 1265432107
        },
        {
            "start": 1265432110,
            "stop": 1265435958
        },
        {
            "start": 1265435966,
            "stop": 1265447996
        },
        {
            "start": 1265448004,
            "stop": 1265450062
        },
        {
            "start": 1265450065,
            "stop": 1265453936
        },
        {
            "start": 1265453938,
            "stop": 1265459527
        },
        {
            "start": 1265471737,
            "stop": 1265472044
        },
        {
            "start": 1265495178,
            "stop": 1265496628
        },
        {
            "start": 1265496631,
            "stop": 1265498153
        },
        {
            "start": 1265498156,
            "stop": 1265498262
        },
        {
            "start": 1265498265,
            "stop": 1265501180
        },
        {
            "start": 1265501183,
            "stop": 1265502800
        },
        {
            "start": 1265502803,
            "stop": 1265504449
        },
        {
            "start": 1265504452,
            "stop": 1265508742
        },
        {
            "start": 1265508745,
            "stop": 1265515327
        },
        {
            "start": 1265515330,
            "stop": 1265515616
        }
    ]
}