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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=56",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 57,
    "results": [
        {
            "start": 931499781,
            "stop": 931499791
        },
        {
            "start": 931499794,
            "stop": 931499795
        },
        {
            "start": 931499805,
            "stop": 931499808
        },
        {
            "start": 931499828,
            "stop": 931499836
        },
        {
            "start": 931499839,
            "stop": 931499841
        },
        {
            "start": 931499845,
            "stop": 931499850
        },
        {
            "start": 931499852,
            "stop": 931499858
        },
        {
            "start": 931499861,
            "stop": 931499866
        },
        {
            "start": 931499871,
            "stop": 931499883
        },
        {
            "start": 931499886,
            "stop": 931499898
        },
        {
            "start": 931499902,
            "stop": 931499909
        },
        {
            "start": 931499913,
            "stop": 931499918
        },
        {
            "start": 931499932,
            "stop": 931499941
        },
        {
            "start": 931499951,
            "stop": 931499952
        },
        {
            "start": 931499959,
            "stop": 931499965
        },
        {
            "start": 931499971,
            "stop": 931499974
        },
        {
            "start": 931499982,
            "stop": 931499984
        },
        {
            "start": 931499987,
            "stop": 931500009
        },
        {
            "start": 931500012,
            "stop": 931500015
        },
        {
            "start": 931500020,
            "stop": 931500022
        }
    ]
}