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=66
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=67",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=65",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 66,
    "results": [
        {
            "start": 1130086200,
            "stop": 1130086800
        },
        {
            "start": 1130086920,
            "stop": 1130087460
        },
        {
            "start": 1130087520,
            "stop": 1130087700
        },
        {
            "start": 1130087760,
            "stop": 1130088000
        },
        {
            "start": 1130088060,
            "stop": 1130088720
        },
        {
            "start": 1130088780,
            "stop": 1130089380
        },
        {
            "start": 1130089440,
            "stop": 1130089459
        },
        {
            "start": 1130089461,
            "stop": 1130089800
        },
        {
            "start": 1130089860,
            "stop": 1130090580
        },
        {
            "start": 1130090640,
            "stop": 1130091143
        },
        {
            "start": 1130091144,
            "stop": 1130091420
        },
        {
            "start": 1130091480,
            "stop": 1130092500
        },
        {
            "start": 1130092560,
            "stop": 1130092800
        },
        {
            "start": 1130092860,
            "stop": 1130093820
        },
        {
            "start": 1130093880,
            "stop": 1130094060
        },
        {
            "start": 1130094180,
            "stop": 1130094286
        },
        {
            "start": 1130119479,
            "stop": 1130121237
        },
        {
            "start": 1130121239,
            "stop": 1130128666
        },
        {
            "start": 1130128667,
            "stop": 1130131164
        },
        {
            "start": 1130131165,
            "stop": 1130150838
        }
    ]
}