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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=142",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 143,
    "results": [
        {
            "start": 1126661122,
            "stop": 1126661131
        },
        {
            "start": 1126661132,
            "stop": 1126661142
        },
        {
            "start": 1126661143,
            "stop": 1126661145
        },
        {
            "start": 1126661146,
            "stop": 1126661152
        },
        {
            "start": 1126661153,
            "stop": 1126661155
        },
        {
            "start": 1126661156,
            "stop": 1126661158
        },
        {
            "start": 1126661160,
            "stop": 1126661173
        },
        {
            "start": 1126661174,
            "stop": 1126661177
        },
        {
            "start": 1126661178,
            "stop": 1126661227
        },
        {
            "start": 1126661228,
            "stop": 1126661236
        },
        {
            "start": 1126661237,
            "stop": 1126661444
        },
        {
            "start": 1126661445,
            "stop": 1126661480
        },
        {
            "start": 1126661481,
            "stop": 1126661486
        },
        {
            "start": 1126661487,
            "stop": 1126661522
        },
        {
            "start": 1126661523,
            "stop": 1126661524
        },
        {
            "start": 1126661526,
            "stop": 1126661543
        },
        {
            "start": 1126661544,
            "stop": 1126661581
        },
        {
            "start": 1126661582,
            "stop": 1126661584
        },
        {
            "start": 1126661586,
            "stop": 1126661614
        },
        {
            "start": 1126661619,
            "stop": 1126661674
        }
    ]
}