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=5211
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=5212",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5210",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5211,
    "results": [
        {
            "start": 1136285974,
            "stop": 1136285984
        },
        {
            "start": 1136285986,
            "stop": 1136286042
        },
        {
            "start": 1136286044,
            "stop": 1136286047
        },
        {
            "start": 1136286049,
            "stop": 1136286051
        },
        {
            "start": 1136286053,
            "stop": 1136286054
        },
        {
            "start": 1136286056,
            "stop": 1136286059
        },
        {
            "start": 1136286061,
            "stop": 1136286064
        },
        {
            "start": 1136286066,
            "stop": 1136286067
        },
        {
            "start": 1136286069,
            "stop": 1136286076
        },
        {
            "start": 1136286080,
            "stop": 1136286083
        },
        {
            "start": 1136286087,
            "stop": 1136286097
        },
        {
            "start": 1136286099,
            "stop": 1136286101
        },
        {
            "start": 1136286103,
            "stop": 1136286121
        },
        {
            "start": 1136286124,
            "stop": 1136286125
        },
        {
            "start": 1136286127,
            "stop": 1136286176
        },
        {
            "start": 1136286178,
            "stop": 1136286215
        },
        {
            "start": 1136286217,
            "stop": 1136286254
        },
        {
            "start": 1136286256,
            "stop": 1136286302
        },
        {
            "start": 1136286304,
            "stop": 1136286313
        },
        {
            "start": 1136286315,
            "stop": 1136286325
        }
    ]
}