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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3252",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3250",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3251,
    "results": [
        {
            "start": 872642745,
            "stop": 872642947
        },
        {
            "start": 872642950,
            "stop": 872643516
        },
        {
            "start": 872643519,
            "stop": 872643562
        },
        {
            "start": 872644177,
            "stop": 872644270
        },
        {
            "start": 872644597,
            "stop": 872644605
        },
        {
            "start": 872644610,
            "stop": 872644620
        },
        {
            "start": 872644800,
            "stop": 872644803
        },
        {
            "start": 872644807,
            "stop": 872644857
        },
        {
            "start": 872644864,
            "stop": 872644883
        },
        {
            "start": 872644889,
            "stop": 872644893
        },
        {
            "start": 872644899,
            "stop": 872644911
        },
        {
            "start": 872644914,
            "stop": 872644920
        },
        {
            "start": 872644980,
            "stop": 872644994
        },
        {
            "start": 872645004,
            "stop": 872645008
        },
        {
            "start": 872645014,
            "stop": 872645016
        },
        {
            "start": 872645028,
            "stop": 872645035
        },
        {
            "start": 872645039,
            "stop": 872645040
        },
        {
            "start": 872645559,
            "stop": 872645580
        },
        {
            "start": 872649803,
            "stop": 872651057
        },
        {
            "start": 872651061,
            "stop": 872651201
        }
    ]
}