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/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2934
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=2935",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2933",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2934,
    "results": [
        {
            "start": 859082575,
            "stop": 859082578
        },
        {
            "start": 859082582,
            "stop": 859082622
        },
        {
            "start": 859082922,
            "stop": 859083132
        },
        {
            "start": 859083684,
            "stop": 859083720
        },
        {
            "start": 859083780,
            "stop": 859083983
        },
        {
            "start": 859083987,
            "stop": 859083994
        },
        {
            "start": 859084000,
            "stop": 859084050
        },
        {
            "start": 859084110,
            "stop": 859084200
        },
        {
            "start": 859084260,
            "stop": 859084283
        },
        {
            "start": 859084286,
            "stop": 859084296
        },
        {
            "start": 859084299,
            "stop": 859084393
        },
        {
            "start": 859084396,
            "stop": 859084439
        },
        {
            "start": 859084442,
            "stop": 859084519
        },
        {
            "start": 859084522,
            "stop": 859084590
        },
        {
            "start": 859084650,
            "stop": 859084702
        },
        {
            "start": 859084705,
            "stop": 859084715
        },
        {
            "start": 859085399,
            "stop": 859085400
        },
        {
            "start": 859085460,
            "stop": 859085477
        },
        {
            "start": 859085485,
            "stop": 859085536
        },
        {
            "start": 859085836,
            "stop": 859085854
        }
    ]
}