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=35
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=36",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=34",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 35,
    "results": [
        {
            "start": 1238190681,
            "stop": 1238190690
        },
        {
            "start": 1238190696,
            "stop": 1238190702
        },
        {
            "start": 1238190703,
            "stop": 1238190705
        },
        {
            "start": 1238190706,
            "stop": 1238190712
        },
        {
            "start": 1238190713,
            "stop": 1238190726
        },
        {
            "start": 1238190728,
            "stop": 1238190735
        },
        {
            "start": 1238190738,
            "stop": 1238190739
        },
        {
            "start": 1238190742,
            "stop": 1238190745
        },
        {
            "start": 1238190746,
            "stop": 1238190747
        },
        {
            "start": 1238190749,
            "stop": 1238190756
        },
        {
            "start": 1238190757,
            "stop": 1238190763
        },
        {
            "start": 1238190766,
            "stop": 1238190775
        },
        {
            "start": 1238190776,
            "stop": 1238190784
        },
        {
            "start": 1238190785,
            "stop": 1238190788
        },
        {
            "start": 1238190789,
            "stop": 1238190791
        },
        {
            "start": 1238190792,
            "stop": 1238190796
        },
        {
            "start": 1238190797,
            "stop": 1238190800
        },
        {
            "start": 1238190802,
            "stop": 1238190810
        },
        {
            "start": 1238190811,
            "stop": 1238190818
        },
        {
            "start": 1238190819,
            "stop": 1238190824
        }
    ]
}