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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=157",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 158,
    "results": [
        {
            "start": 1131175882,
            "stop": 1131175975
        },
        {
            "start": 1131175976,
            "stop": 1131176008
        },
        {
            "start": 1131176009,
            "stop": 1131176022
        },
        {
            "start": 1131176023,
            "stop": 1131176031
        },
        {
            "start": 1131176032,
            "stop": 1131176043
        },
        {
            "start": 1131176044,
            "stop": 1131176079
        },
        {
            "start": 1131176080,
            "stop": 1131176117
        },
        {
            "start": 1131176118,
            "stop": 1131176121
        },
        {
            "start": 1131176122,
            "stop": 1131176132
        },
        {
            "start": 1131176133,
            "stop": 1131176147
        },
        {
            "start": 1131176148,
            "stop": 1131176194
        },
        {
            "start": 1131176195,
            "stop": 1131176280
        },
        {
            "start": 1131176281,
            "stop": 1131176284
        },
        {
            "start": 1131176285,
            "stop": 1131176295
        },
        {
            "start": 1131176296,
            "stop": 1131176393
        },
        {
            "start": 1131176394,
            "stop": 1131176411
        },
        {
            "start": 1131176412,
            "stop": 1131176449
        },
        {
            "start": 1131176450,
            "stop": 1131176455
        },
        {
            "start": 1131176456,
            "stop": 1131176464
        },
        {
            "start": 1131176465,
            "stop": 1131176477
        }
    ]
}