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=131
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=132",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=130",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 131,
    "results": [
        {
            "start": 1239565345,
            "stop": 1239565352
        },
        {
            "start": 1239565353,
            "stop": 1239565452
        },
        {
            "start": 1239565453,
            "stop": 1239565580
        },
        {
            "start": 1239565581,
            "stop": 1239565643
        },
        {
            "start": 1239565644,
            "stop": 1239565669
        },
        {
            "start": 1239565670,
            "stop": 1239565676
        },
        {
            "start": 1239565677,
            "stop": 1239565804
        },
        {
            "start": 1239565805,
            "stop": 1239566017
        },
        {
            "start": 1239566019,
            "stop": 1239566156
        },
        {
            "start": 1239566159,
            "stop": 1239566343
        },
        {
            "start": 1239566344,
            "stop": 1239566391
        },
        {
            "start": 1239566392,
            "stop": 1239566422
        },
        {
            "start": 1239594591,
            "stop": 1239594602
        },
        {
            "start": 1239594605,
            "stop": 1239598864
        },
        {
            "start": 1239598867,
            "stop": 1239599236
        },
        {
            "start": 1239599237,
            "stop": 1239599254
        },
        {
            "start": 1239599257,
            "stop": 1239599277
        },
        {
            "start": 1239619579,
            "stop": 1239619827
        },
        {
            "start": 1239619829,
            "stop": 1239619875
        },
        {
            "start": 1239619878,
            "stop": 1239619879
        }
    ]
}