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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=69",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 70,
    "results": [
        {
            "start": 1126530630,
            "stop": 1126530631
        },
        {
            "start": 1126530632,
            "stop": 1126530634
        },
        {
            "start": 1126530647,
            "stop": 1126530648
        },
        {
            "start": 1126530651,
            "stop": 1126530652
        },
        {
            "start": 1126530654,
            "stop": 1126530655
        },
        {
            "start": 1126530657,
            "stop": 1126530662
        },
        {
            "start": 1126530667,
            "stop": 1126530670
        },
        {
            "start": 1126530671,
            "stop": 1126530677
        },
        {
            "start": 1126530678,
            "stop": 1126530680
        },
        {
            "start": 1126530682,
            "stop": 1126530684
        },
        {
            "start": 1126530686,
            "stop": 1126530689
        },
        {
            "start": 1126530691,
            "stop": 1126530694
        },
        {
            "start": 1126530695,
            "stop": 1126530696
        },
        {
            "start": 1126530698,
            "stop": 1126530733
        },
        {
            "start": 1126530734,
            "stop": 1126530739
        },
        {
            "start": 1126530744,
            "stop": 1126530784
        },
        {
            "start": 1126530786,
            "stop": 1126530790
        },
        {
            "start": 1126530792,
            "stop": 1126530799
        },
        {
            "start": 1126530801,
            "stop": 1126530826
        },
        {
            "start": 1126530828,
            "stop": 1126530832
        }
    ]
}