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=53
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=54",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=52",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 53,
    "results": [
        {
            "start": 1238275755,
            "stop": 1238275888
        },
        {
            "start": 1238275889,
            "stop": 1238275893
        },
        {
            "start": 1238275894,
            "stop": 1238275901
        },
        {
            "start": 1238275905,
            "stop": 1238276026
        },
        {
            "start": 1238276027,
            "stop": 1238276039
        },
        {
            "start": 1238276045,
            "stop": 1238276053
        },
        {
            "start": 1238276054,
            "stop": 1238276253
        },
        {
            "start": 1238276254,
            "stop": 1238276326
        },
        {
            "start": 1238276328,
            "stop": 1238276374
        },
        {
            "start": 1238276375,
            "stop": 1238276440
        },
        {
            "start": 1238276450,
            "stop": 1238276485
        },
        {
            "start": 1238276487,
            "stop": 1238276643
        },
        {
            "start": 1238276645,
            "stop": 1238276680
        },
        {
            "start": 1238276681,
            "stop": 1238276725
        },
        {
            "start": 1238276727,
            "stop": 1238276736
        },
        {
            "start": 1238276737,
            "stop": 1238276740
        },
        {
            "start": 1238276741,
            "stop": 1238276853
        },
        {
            "start": 1238276854,
            "stop": 1238276881
        },
        {
            "start": 1238276883,
            "stop": 1238276896
        },
        {
            "start": 1238276899,
            "stop": 1238276937
        }
    ]
}