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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5999",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5997",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5998,
    "results": [
        {
            "start": 873445556,
            "stop": 873446192
        },
        {
            "start": 873446193,
            "stop": 873446280
        },
        {
            "start": 873446281,
            "stop": 873446553
        },
        {
            "start": 873446554,
            "stop": 873446585
        },
        {
            "start": 873446587,
            "stop": 873446602
        },
        {
            "start": 873446605,
            "stop": 873446682
        },
        {
            "start": 873446685,
            "stop": 873446700
        },
        {
            "start": 873448661,
            "stop": 873448867
        },
        {
            "start": 873448869,
            "stop": 873449015
        },
        {
            "start": 873449025,
            "stop": 873449035
        },
        {
            "start": 873449038,
            "stop": 873449077
        },
        {
            "start": 873449078,
            "stop": 873449280
        },
        {
            "start": 873449286,
            "stop": 873449671
        },
        {
            "start": 873449675,
            "stop": 873449678
        },
        {
            "start": 873449681,
            "stop": 873449742
        },
        {
            "start": 873449745,
            "stop": 873450649
        },
        {
            "start": 873450657,
            "stop": 873450679
        },
        {
            "start": 873450681,
            "stop": 873450994
        },
        {
            "start": 873450997,
            "stop": 873451040
        },
        {
            "start": 873451041,
            "stop": 873451516
        }
    ]
}