Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=262
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=263",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=261",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 262,
    "results": [
        {
            "start": 1240319624,
            "stop": 1240319676
        },
        {
            "start": 1240319677,
            "stop": 1240319702
        },
        {
            "start": 1240319705,
            "stop": 1240319716
        },
        {
            "start": 1240319717,
            "stop": 1240319721
        },
        {
            "start": 1240319722,
            "stop": 1240319730
        },
        {
            "start": 1240319731,
            "stop": 1240319732
        },
        {
            "start": 1240319733,
            "stop": 1240319748
        },
        {
            "start": 1240319749,
            "stop": 1240319752
        },
        {
            "start": 1240319753,
            "stop": 1240319760
        },
        {
            "start": 1240319761,
            "stop": 1240319890
        },
        {
            "start": 1240319891,
            "stop": 1240319898
        },
        {
            "start": 1240319899,
            "stop": 1240319915
        },
        {
            "start": 1240319916,
            "stop": 1240319917
        },
        {
            "start": 1240319919,
            "stop": 1240319949
        },
        {
            "start": 1240319950,
            "stop": 1240319951
        },
        {
            "start": 1240319952,
            "stop": 1240319966
        },
        {
            "start": 1240319967,
            "stop": 1240319978
        },
        {
            "start": 1240319979,
            "stop": 1240319984
        },
        {
            "start": 1240319985,
            "stop": 1240320025
        },
        {
            "start": 1240320026,
            "stop": 1240320027
        }
    ]
}