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=33
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=34",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=32",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 33,
    "results": [
        {
            "start": 1238190393,
            "stop": 1238190396
        },
        {
            "start": 1238190397,
            "stop": 1238190399
        },
        {
            "start": 1238190412,
            "stop": 1238190420
        },
        {
            "start": 1238190425,
            "stop": 1238190428
        },
        {
            "start": 1238190429,
            "stop": 1238190432
        },
        {
            "start": 1238190435,
            "stop": 1238190441
        },
        {
            "start": 1238190442,
            "stop": 1238190446
        },
        {
            "start": 1238190448,
            "stop": 1238190450
        },
        {
            "start": 1238190453,
            "stop": 1238190457
        },
        {
            "start": 1238190461,
            "stop": 1238190464
        },
        {
            "start": 1238190472,
            "stop": 1238190477
        },
        {
            "start": 1238190484,
            "stop": 1238190487
        },
        {
            "start": 1238190491,
            "stop": 1238190500
        },
        {
            "start": 1238190501,
            "stop": 1238190506
        },
        {
            "start": 1238190508,
            "stop": 1238190512
        },
        {
            "start": 1238190513,
            "stop": 1238190514
        },
        {
            "start": 1238190515,
            "stop": 1238190527
        },
        {
            "start": 1238190528,
            "stop": 1238190534
        },
        {
            "start": 1238190535,
            "stop": 1238190539
        },
        {
            "start": 1238190541,
            "stop": 1238190544
        }
    ]
}