Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=68
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=67",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 68,
    "results": [
        {
            "start": 1131063460,
            "stop": 1131063462
        },
        {
            "start": 1131063464,
            "stop": 1131063465
        },
        {
            "start": 1131063466,
            "stop": 1131063472
        },
        {
            "start": 1131063474,
            "stop": 1131063479
        },
        {
            "start": 1131063480,
            "stop": 1131063483
        },
        {
            "start": 1131063485,
            "stop": 1131063486
        },
        {
            "start": 1131063487,
            "stop": 1131063488
        },
        {
            "start": 1131063489,
            "stop": 1131063499
        },
        {
            "start": 1131063502,
            "stop": 1131063503
        },
        {
            "start": 1131063505,
            "stop": 1131063508
        },
        {
            "start": 1131063509,
            "stop": 1131063511
        },
        {
            "start": 1131063513,
            "stop": 1131063517
        },
        {
            "start": 1131063518,
            "stop": 1131063519
        },
        {
            "start": 1131063520,
            "stop": 1131063522
        },
        {
            "start": 1131063525,
            "stop": 1131063529
        },
        {
            "start": 1131063537,
            "stop": 1131063538
        },
        {
            "start": 1131063539,
            "stop": 1131063543
        },
        {
            "start": 1131063544,
            "stop": 1131063567
        },
        {
            "start": 1131063569,
            "stop": 1131063578
        },
        {
            "start": 1131063581,
            "stop": 1131063585
        }
    ]
}