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=59
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=60",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=58",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 59,
    "results": [
        {
            "start": 1238298866,
            "stop": 1238298992
        },
        {
            "start": 1238298993,
            "stop": 1238299094
        },
        {
            "start": 1238299108,
            "stop": 1238299303
        },
        {
            "start": 1238299307,
            "stop": 1238299326
        },
        {
            "start": 1238299330,
            "stop": 1238299331
        },
        {
            "start": 1238299334,
            "stop": 1238299378
        },
        {
            "start": 1238299384,
            "stop": 1238299400
        },
        {
            "start": 1238299401,
            "stop": 1238299408
        },
        {
            "start": 1238299409,
            "stop": 1238299411
        },
        {
            "start": 1238299416,
            "stop": 1238299424
        },
        {
            "start": 1238299434,
            "stop": 1238299735
        },
        {
            "start": 1238299737,
            "stop": 1238299803
        },
        {
            "start": 1238299808,
            "stop": 1238299855
        },
        {
            "start": 1238299859,
            "stop": 1238299914
        },
        {
            "start": 1238299918,
            "stop": 1238299994
        },
        {
            "start": 1238299996,
            "stop": 1238299999
        },
        {
            "start": 1238300011,
            "stop": 1238300051
        },
        {
            "start": 1238300058,
            "stop": 1238300329
        },
        {
            "start": 1238300330,
            "stop": 1238300359
        },
        {
            "start": 1238300364,
            "stop": 1238300530
        }
    ]
}