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=251
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=252",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=250",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 251,
    "results": [
        {
            "start": 1241468485,
            "stop": 1241468560
        },
        {
            "start": 1241468561,
            "stop": 1241468821
        },
        {
            "start": 1241468822,
            "stop": 1241468823
        },
        {
            "start": 1241468824,
            "stop": 1241468837
        },
        {
            "start": 1241468839,
            "stop": 1241468845
        },
        {
            "start": 1241468848,
            "stop": 1241468902
        },
        {
            "start": 1241468903,
            "stop": 1241468908
        },
        {
            "start": 1241468910,
            "stop": 1241469048
        },
        {
            "start": 1241469051,
            "stop": 1241469196
        },
        {
            "start": 1241469198,
            "stop": 1241469622
        },
        {
            "start": 1241469623,
            "stop": 1241469667
        },
        {
            "start": 1241469668,
            "stop": 1241470309
        },
        {
            "start": 1241470311,
            "stop": 1241470431
        },
        {
            "start": 1241470432,
            "stop": 1241470614
        },
        {
            "start": 1241470616,
            "stop": 1241470622
        },
        {
            "start": 1241470624,
            "stop": 1241470888
        },
        {
            "start": 1241470889,
            "stop": 1241470946
        },
        {
            "start": 1241470948,
            "stop": 1241471045
        },
        {
            "start": 1241471046,
            "stop": 1241471083
        },
        {
            "start": 1241471086,
            "stop": 1241471210
        }
    ]
}