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=5278
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=5279",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5277",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5278,
    "results": [
        {
            "start": 1136403248,
            "stop": 1136403341
        },
        {
            "start": 1136403343,
            "stop": 1136403407
        },
        {
            "start": 1136403409,
            "stop": 1136403415
        },
        {
            "start": 1136403417,
            "stop": 1136403426
        },
        {
            "start": 1136403428,
            "stop": 1136403551
        },
        {
            "start": 1136403553,
            "stop": 1136403556
        },
        {
            "start": 1136403558,
            "stop": 1136403643
        },
        {
            "start": 1136403647,
            "stop": 1136403732
        },
        {
            "start": 1136403734,
            "stop": 1136403838
        },
        {
            "start": 1136403840,
            "stop": 1136403925
        },
        {
            "start": 1136403927,
            "stop": 1136403952
        },
        {
            "start": 1136403954,
            "stop": 1136403979
        },
        {
            "start": 1136403981,
            "stop": 1136404010
        },
        {
            "start": 1136404012,
            "stop": 1136404061
        },
        {
            "start": 1136404063,
            "stop": 1136404091
        },
        {
            "start": 1136404093,
            "stop": 1136404102
        },
        {
            "start": 1136404104,
            "stop": 1136404122
        },
        {
            "start": 1136404124,
            "stop": 1136404126
        },
        {
            "start": 1136404128,
            "stop": 1136404240
        },
        {
            "start": 1136404242,
            "stop": 1136404247
        }
    ]
}