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=5268
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=5269",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5267",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5268,
    "results": [
        {
            "start": 1136396003,
            "stop": 1136396013
        },
        {
            "start": 1136396015,
            "stop": 1136396086
        },
        {
            "start": 1136396088,
            "stop": 1136396136
        },
        {
            "start": 1136396138,
            "stop": 1136396152
        },
        {
            "start": 1136396154,
            "stop": 1136396167
        },
        {
            "start": 1136396169,
            "stop": 1136396210
        },
        {
            "start": 1136396212,
            "stop": 1136396229
        },
        {
            "start": 1136396231,
            "stop": 1136396240
        },
        {
            "start": 1136396242,
            "stop": 1136396252
        },
        {
            "start": 1136396255,
            "stop": 1136396298
        },
        {
            "start": 1136396301,
            "stop": 1136396302
        },
        {
            "start": 1136396306,
            "stop": 1136396310
        },
        {
            "start": 1136396312,
            "stop": 1136396327
        },
        {
            "start": 1136396329,
            "stop": 1136396356
        },
        {
            "start": 1136396358,
            "stop": 1136396368
        },
        {
            "start": 1136396370,
            "stop": 1136396398
        },
        {
            "start": 1136396400,
            "stop": 1136396405
        },
        {
            "start": 1136396407,
            "stop": 1136396408
        },
        {
            "start": 1136396409,
            "stop": 1136396466
        },
        {
            "start": 1136396468,
            "stop": 1136396579
        }
    ]
}