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=5986
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=5987",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5985",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5986,
    "results": [
        {
            "start": 873377321,
            "stop": 873378360
        },
        {
            "start": 873378361,
            "stop": 873378714
        },
        {
            "start": 873378716,
            "stop": 873379515
        },
        {
            "start": 873379516,
            "stop": 873379799
        },
        {
            "start": 873379802,
            "stop": 873381519
        },
        {
            "start": 873381520,
            "stop": 873381561
        },
        {
            "start": 873381562,
            "stop": 873381801
        },
        {
            "start": 873381803,
            "stop": 873381805
        },
        {
            "start": 873381806,
            "stop": 873383211
        },
        {
            "start": 873383212,
            "stop": 873383892
        },
        {
            "start": 873384974,
            "stop": 873385474
        },
        {
            "start": 873385476,
            "stop": 873385500
        },
        {
            "start": 873385560,
            "stop": 873385744
        },
        {
            "start": 873386164,
            "stop": 873387131
        },
        {
            "start": 873387377,
            "stop": 873387512
        },
        {
            "start": 873387513,
            "stop": 873388000
        },
        {
            "start": 873388001,
            "stop": 873390300
        },
        {
            "start": 873390360,
            "stop": 873390377
        },
        {
            "start": 873393919,
            "stop": 873393950
        },
        {
            "start": 873393951,
            "stop": 873393956
        }
    ]
}