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_BURST_CAT3/segments?format=api&page=58
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=57",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 58,
    "results": [
        {
            "start": 1238275287,
            "stop": 1238275301
        },
        {
            "start": 1238275302,
            "stop": 1238275305
        },
        {
            "start": 1238275306,
            "stop": 1238275497
        },
        {
            "start": 1238275501,
            "stop": 1238275537
        },
        {
            "start": 1238275538,
            "stop": 1238275754
        },
        {
            "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": 1238276731
        }
    ]
}