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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=90",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 91,
    "results": [
        {
            "start": 1131063475,
            "stop": 1131063479
        },
        {
            "start": 1131063480,
            "stop": 1131063483
        },
        {
            "start": 1131063485,
            "stop": 1131063486
        },
        {
            "start": 1131063489,
            "stop": 1131063490
        },
        {
            "start": 1131063491,
            "stop": 1131063499
        },
        {
            "start": 1131063505,
            "stop": 1131063508
        },
        {
            "start": 1131063509,
            "stop": 1131063511
        },
        {
            "start": 1131063513,
            "stop": 1131063517
        },
        {
            "start": 1131063520,
            "stop": 1131063522
        },
        {
            "start": 1131063525,
            "stop": 1131063528
        },
        {
            "start": 1131063537,
            "stop": 1131063538
        },
        {
            "start": 1131063539,
            "stop": 1131063542
        },
        {
            "start": 1131063544,
            "stop": 1131063567
        },
        {
            "start": 1131063569,
            "stop": 1131063578
        },
        {
            "start": 1131063581,
            "stop": 1131063585
        },
        {
            "start": 1131063586,
            "stop": 1131063587
        },
        {
            "start": 1131063588,
            "stop": 1131063590
        },
        {
            "start": 1131063591,
            "stop": 1131063600
        },
        {
            "start": 1131063605,
            "stop": 1131063615
        },
        {
            "start": 1131063618,
            "stop": 1131063629
        }
    ]
}