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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33133",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33131",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33132,
    "results": [
        {
            "start": 970565460,
            "stop": 970565461
        },
        {
            "start": 970565462,
            "stop": 970565493
        },
        {
            "start": 970565499,
            "stop": 970565506
        },
        {
            "start": 970565512,
            "stop": 970565517
        },
        {
            "start": 970565518,
            "stop": 970565534
        },
        {
            "start": 970565541,
            "stop": 970565546
        },
        {
            "start": 970565548,
            "stop": 970565576
        },
        {
            "start": 970565577,
            "stop": 970565591
        },
        {
            "start": 970565592,
            "stop": 970565607
        },
        {
            "start": 970565611,
            "stop": 970565616
        },
        {
            "start": 970565617,
            "stop": 970565622
        },
        {
            "start": 970565623,
            "stop": 970565655
        },
        {
            "start": 970584625,
            "stop": 970584634
        },
        {
            "start": 970584636,
            "stop": 970584637
        },
        {
            "start": 970584641,
            "stop": 970584648
        },
        {
            "start": 970584650,
            "stop": 970584652
        },
        {
            "start": 970584656,
            "stop": 970584676
        },
        {
            "start": 970584678,
            "stop": 970584687
        },
        {
            "start": 970584689,
            "stop": 970584690
        },
        {
            "start": 970584828,
            "stop": 970584842
        }
    ]
}