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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1883",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1881",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1882,
    "results": [
        {
            "start": 969497906,
            "stop": 969506266
        },
        {
            "start": 969506267,
            "stop": 969510870
        },
        {
            "start": 969510871,
            "stop": 969514775
        },
        {
            "start": 969514777,
            "stop": 969514780
        },
        {
            "start": 969514782,
            "stop": 969524847
        },
        {
            "start": 969524848,
            "stop": 969530619
        },
        {
            "start": 969530621,
            "stop": 969530815
        },
        {
            "start": 969530817,
            "stop": 969536032
        },
        {
            "start": 969536033,
            "stop": 969539187
        },
        {
            "start": 969543117,
            "stop": 969555128
        },
        {
            "start": 969555129,
            "stop": 969555978
        },
        {
            "start": 969558326,
            "stop": 969561197
        },
        {
            "start": 969561199,
            "stop": 969562521
        },
        {
            "start": 969563289,
            "stop": 969572075
        },
        {
            "start": 969575192,
            "stop": 969576046
        },
        {
            "start": 969576047,
            "stop": 969582993
        },
        {
            "start": 969585309,
            "stop": 969589775
        },
        {
            "start": 969590440,
            "stop": 969594523
        },
        {
            "start": 969594524,
            "stop": 969597818
        },
        {
            "start": 969597819,
            "stop": 969599126
        }
    ]
}