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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5214",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5212",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5213,
    "results": [
        {
            "start": 1136286931,
            "stop": 1136286998
        },
        {
            "start": 1136287000,
            "stop": 1136287007
        },
        {
            "start": 1136287009,
            "stop": 1136287035
        },
        {
            "start": 1136287037,
            "stop": 1136287073
        },
        {
            "start": 1136287075,
            "stop": 1136287081
        },
        {
            "start": 1136287083,
            "stop": 1136287090
        },
        {
            "start": 1136287092,
            "stop": 1136287143
        },
        {
            "start": 1136287145,
            "stop": 1136287152
        },
        {
            "start": 1136287154,
            "stop": 1136287167
        },
        {
            "start": 1136287169,
            "stop": 1136287195
        },
        {
            "start": 1136287197,
            "stop": 1136287252
        },
        {
            "start": 1136287254,
            "stop": 1136287265
        },
        {
            "start": 1136287267,
            "stop": 1136287345
        },
        {
            "start": 1136287347,
            "stop": 1136287393
        },
        {
            "start": 1136287395,
            "stop": 1136287431
        },
        {
            "start": 1136287433,
            "stop": 1136287484
        },
        {
            "start": 1136287486,
            "stop": 1136287522
        },
        {
            "start": 1136287524,
            "stop": 1136287539
        },
        {
            "start": 1136287541,
            "stop": 1136287548
        },
        {
            "start": 1136287550,
            "stop": 1136287562
        }
    ]
}