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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=51",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 52,
    "results": [
        {
            "start": 1238273038,
            "stop": 1238273086
        },
        {
            "start": 1238273091,
            "stop": 1238273211
        },
        {
            "start": 1238273213,
            "stop": 1238273214
        },
        {
            "start": 1238273218,
            "stop": 1238273421
        },
        {
            "start": 1238273429,
            "stop": 1238273464
        },
        {
            "start": 1238273465,
            "stop": 1238273608
        },
        {
            "start": 1238273612,
            "stop": 1238273702
        },
        {
            "start": 1238273703,
            "stop": 1238273830
        },
        {
            "start": 1238273834,
            "stop": 1238273837
        },
        {
            "start": 1238273839,
            "stop": 1238273900
        },
        {
            "start": 1238273902,
            "stop": 1238274349
        },
        {
            "start": 1238274351,
            "stop": 1238274375
        },
        {
            "start": 1238274377,
            "stop": 1238274696
        },
        {
            "start": 1238274697,
            "stop": 1238275260
        },
        {
            "start": 1238275262,
            "stop": 1238275286
        },
        {
            "start": 1238275287,
            "stop": 1238275301
        },
        {
            "start": 1238275302,
            "stop": 1238275305
        },
        {
            "start": 1238275306,
            "stop": 1238275497
        },
        {
            "start": 1238275501,
            "stop": 1238275537
        },
        {
            "start": 1238275538,
            "stop": 1238275754
        }
    ]
}