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=6004
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=6005",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6003",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6004,
    "results": [
        {
            "start": 873463897,
            "stop": 873463900
        },
        {
            "start": 873463901,
            "stop": 873463933
        },
        {
            "start": 873463935,
            "stop": 873463938
        },
        {
            "start": 873463940,
            "stop": 873463949
        },
        {
            "start": 873463950,
            "stop": 873463960
        },
        {
            "start": 873463961,
            "stop": 873463962
        },
        {
            "start": 873463964,
            "stop": 873463965
        },
        {
            "start": 873463966,
            "stop": 873463979
        },
        {
            "start": 873463980,
            "stop": 873463985
        },
        {
            "start": 873463987,
            "stop": 873463990
        },
        {
            "start": 873463992,
            "stop": 873464018
        },
        {
            "start": 873464020,
            "stop": 873464023
        },
        {
            "start": 873464024,
            "stop": 873464036
        },
        {
            "start": 873464037,
            "stop": 873464044
        },
        {
            "start": 873464045,
            "stop": 873464048
        },
        {
            "start": 873464049,
            "stop": 873464064
        },
        {
            "start": 873464065,
            "stop": 873464068
        },
        {
            "start": 873464069,
            "stop": 873464071
        },
        {
            "start": 873464073,
            "stop": 873464079
        },
        {
            "start": 873464080,
            "stop": 873464086
        }
    ]
}