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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=562",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=560",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 561,
    "results": [
        {
            "start": 1185480034,
            "stop": 1185480149
        },
        {
            "start": 1185502747,
            "stop": 1185512217
        },
        {
            "start": 1185512221,
            "stop": 1185516337
        },
        {
            "start": 1185516341,
            "stop": 1185518932
        },
        {
            "start": 1185518936,
            "stop": 1185524523
        },
        {
            "start": 1185524528,
            "stop": 1185550191
        },
        {
            "start": 1185550194,
            "stop": 1185551930
        },
        {
            "start": 1185551934,
            "stop": 1185552675
        },
        {
            "start": 1185552678,
            "stop": 1185552680
        },
        {
            "start": 1185552683,
            "stop": 1185556458
        },
        {
            "start": 1185556461,
            "stop": 1185558387
        },
        {
            "start": 1185558390,
            "stop": 1185559232
        },
        {
            "start": 1185559237,
            "stop": 1185563476
        },
        {
            "start": 1185563479,
            "stop": 1185565936
        },
        {
            "start": 1185565939,
            "stop": 1185566556
        },
        {
            "start": 1185581881,
            "stop": 1185582032
        },
        {
            "start": 1185582035,
            "stop": 1185583387
        },
        {
            "start": 1185583391,
            "stop": 1185583816
        },
        {
            "start": 1185583941,
            "stop": 1185584111
        },
        {
            "start": 1185584115,
            "stop": 1185584847
        }
    ]
}