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=39
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=40",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=38",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 39,
    "results": [
        {
            "start": 1238190785,
            "stop": 1238190788
        },
        {
            "start": 1238190792,
            "stop": 1238190796
        },
        {
            "start": 1238190797,
            "stop": 1238190800
        },
        {
            "start": 1238190802,
            "stop": 1238190809
        },
        {
            "start": 1238190811,
            "stop": 1238190818
        },
        {
            "start": 1238190819,
            "stop": 1238190824
        },
        {
            "start": 1238190825,
            "stop": 1238190828
        },
        {
            "start": 1238190830,
            "stop": 1238190836
        },
        {
            "start": 1238190837,
            "stop": 1238190838
        },
        {
            "start": 1238190840,
            "stop": 1238190848
        },
        {
            "start": 1238190849,
            "stop": 1238190855
        },
        {
            "start": 1238190861,
            "stop": 1238190868
        },
        {
            "start": 1238190870,
            "stop": 1238190873
        },
        {
            "start": 1238190874,
            "stop": 1238190876
        },
        {
            "start": 1238190878,
            "stop": 1238190883
        },
        {
            "start": 1238190887,
            "stop": 1238190892
        },
        {
            "start": 1238190893,
            "stop": 1238190907
        },
        {
            "start": 1238190909,
            "stop": 1238190915
        },
        {
            "start": 1238190916,
            "stop": 1238190920
        },
        {
            "start": 1238190922,
            "stop": 1238190923
        }
    ]
}