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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6191",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6189",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6190,
    "results": [
        {
            "start": 874518655,
            "stop": 874518656
        },
        {
            "start": 874518659,
            "stop": 874518661
        },
        {
            "start": 874518664,
            "stop": 874518669
        },
        {
            "start": 874518671,
            "stop": 874518674
        },
        {
            "start": 874518675,
            "stop": 874518682
        },
        {
            "start": 874518684,
            "stop": 874518687
        },
        {
            "start": 874518688,
            "stop": 874518690
        },
        {
            "start": 874518691,
            "stop": 874518696
        },
        {
            "start": 874518697,
            "stop": 874518702
        },
        {
            "start": 874518705,
            "stop": 874518707
        },
        {
            "start": 874518708,
            "stop": 874518728
        },
        {
            "start": 874518729,
            "stop": 874518736
        },
        {
            "start": 874518737,
            "stop": 874518758
        },
        {
            "start": 874518760,
            "stop": 874518834
        },
        {
            "start": 874518836,
            "stop": 874518843
        },
        {
            "start": 874518844,
            "stop": 874518849
        },
        {
            "start": 874518852,
            "stop": 874518963
        },
        {
            "start": 874518964,
            "stop": 874518989
        },
        {
            "start": 874518990,
            "stop": 874519128
        },
        {
            "start": 874519129,
            "stop": 874519137
        }
    ]
}