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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=27",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 28,
    "results": [
        {
            "start": 1165833573,
            "stop": 1165833574
        },
        {
            "start": 1165833575,
            "stop": 1165833580
        },
        {
            "start": 1165833581,
            "stop": 1165833582
        },
        {
            "start": 1165833583,
            "stop": 1165833587
        },
        {
            "start": 1165833588,
            "stop": 1165833597
        },
        {
            "start": 1165833598,
            "stop": 1165833611
        },
        {
            "start": 1165833612,
            "stop": 1165833624
        },
        {
            "start": 1165833625,
            "stop": 1165833634
        },
        {
            "start": 1165833635,
            "stop": 1165833637
        },
        {
            "start": 1165833638,
            "stop": 1165833644
        },
        {
            "start": 1165833646,
            "stop": 1165833657
        },
        {
            "start": 1165833660,
            "stop": 1165833664
        },
        {
            "start": 1165833665,
            "stop": 1165833816
        },
        {
            "start": 1165833817,
            "stop": 1165834139
        },
        {
            "start": 1165834141,
            "stop": 1165834246
        },
        {
            "start": 1165834248,
            "stop": 1165835127
        },
        {
            "start": 1165835128,
            "stop": 1165835139
        },
        {
            "start": 1165835140,
            "stop": 1165835231
        },
        {
            "start": 1165835232,
            "stop": 1165835769
        },
        {
            "start": 1165835770,
            "stop": 1165835778
        }
    ]
}