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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=111",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 112,
    "results": [
        {
            "start": 931512840,
            "stop": 931512844
        },
        {
            "start": 931512847,
            "stop": 931512848
        },
        {
            "start": 931512851,
            "stop": 931512874
        },
        {
            "start": 931512877,
            "stop": 931512925
        },
        {
            "start": 931512928,
            "stop": 931512930
        },
        {
            "start": 931512933,
            "stop": 931512935
        },
        {
            "start": 931512939,
            "stop": 931512942
        },
        {
            "start": 931512944,
            "stop": 931512960
        },
        {
            "start": 931512963,
            "stop": 931512966
        },
        {
            "start": 931512974,
            "stop": 931512976
        },
        {
            "start": 931512981,
            "stop": 931512982
        },
        {
            "start": 931512984,
            "stop": 931512999
        },
        {
            "start": 931513002,
            "stop": 931513004
        },
        {
            "start": 931513006,
            "stop": 931513048
        },
        {
            "start": 931513051,
            "stop": 931513057
        },
        {
            "start": 931513061,
            "stop": 931513065
        },
        {
            "start": 931513068,
            "stop": 931513079
        },
        {
            "start": 931513086,
            "stop": 931513087
        },
        {
            "start": 931513090,
            "stop": 931513096
        },
        {
            "start": 931513099,
            "stop": 931513106
        }
    ]
}