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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=336",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=334",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 335,
    "results": [
        {
            "start": 1240647790,
            "stop": 1240648260
        },
        {
            "start": 1240648261,
            "stop": 1240648525
        },
        {
            "start": 1240648528,
            "stop": 1240648547
        },
        {
            "start": 1240648548,
            "stop": 1240648598
        },
        {
            "start": 1240648599,
            "stop": 1240648611
        },
        {
            "start": 1240648613,
            "stop": 1240648630
        },
        {
            "start": 1240648631,
            "stop": 1240648796
        },
        {
            "start": 1240648797,
            "stop": 1240648956
        },
        {
            "start": 1240648957,
            "stop": 1240649035
        },
        {
            "start": 1240649036,
            "stop": 1240649157
        },
        {
            "start": 1240649158,
            "stop": 1240649499
        },
        {
            "start": 1240649501,
            "stop": 1240649524
        },
        {
            "start": 1240649525,
            "stop": 1240649814
        },
        {
            "start": 1240649815,
            "stop": 1240649888
        },
        {
            "start": 1240649889,
            "stop": 1240650700
        },
        {
            "start": 1240650708,
            "stop": 1240650783
        },
        {
            "start": 1240650784,
            "stop": 1240650799
        },
        {
            "start": 1240650800,
            "stop": 1240650801
        },
        {
            "start": 1240650802,
            "stop": 1240650828
        },
        {
            "start": 1240650829,
            "stop": 1240650869
        }
    ]
}