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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=120",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=118",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 119,
    "results": [
        {
            "start": 1239871033,
            "stop": 1239871151
        },
        {
            "start": 1239871153,
            "stop": 1239871271
        },
        {
            "start": 1239871273,
            "stop": 1239871391
        },
        {
            "start": 1239871393,
            "stop": 1239871511
        },
        {
            "start": 1239871513,
            "stop": 1239871631
        },
        {
            "start": 1239871633,
            "stop": 1239871751
        },
        {
            "start": 1239871753,
            "stop": 1239871871
        },
        {
            "start": 1239871873,
            "stop": 1239871991
        },
        {
            "start": 1239871993,
            "stop": 1239872111
        },
        {
            "start": 1239872113,
            "stop": 1239872231
        },
        {
            "start": 1239872233,
            "stop": 1239872351
        },
        {
            "start": 1239872353,
            "stop": 1239872471
        },
        {
            "start": 1239872473,
            "stop": 1239872591
        },
        {
            "start": 1239872593,
            "stop": 1239872711
        },
        {
            "start": 1239872713,
            "stop": 1239872831
        },
        {
            "start": 1239872833,
            "stop": 1239872951
        },
        {
            "start": 1239872953,
            "stop": 1239873071
        },
        {
            "start": 1239873073,
            "stop": 1239873191
        },
        {
            "start": 1239873193,
            "stop": 1239873311
        },
        {
            "start": 1239873313,
            "stop": 1239873431
        }
    ]
}