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=1852
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=1853",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1851",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1852,
    "results": [
        {
            "start": 1250682592,
            "stop": 1250685002
        },
        {
            "start": 1250685005,
            "stop": 1250687228
        },
        {
            "start": 1250687231,
            "stop": 1250687961
        },
        {
            "start": 1250687964,
            "stop": 1250688305
        },
        {
            "start": 1250688307,
            "stop": 1250689998
        },
        {
            "start": 1250690001,
            "stop": 1250690435
        },
        {
            "start": 1250690438,
            "stop": 1250692121
        },
        {
            "start": 1250692124,
            "stop": 1250693384
        },
        {
            "start": 1250693392,
            "stop": 1250693486
        },
        {
            "start": 1250693489,
            "stop": 1250694992
        },
        {
            "start": 1250694995,
            "stop": 1250699119
        },
        {
            "start": 1250699122,
            "stop": 1250699238
        },
        {
            "start": 1250699241,
            "stop": 1250702152
        },
        {
            "start": 1250702160,
            "stop": 1250708796
        },
        {
            "start": 1250708804,
            "stop": 1250709220
        },
        {
            "start": 1250709223,
            "stop": 1250709538
        },
        {
            "start": 1250709592,
            "stop": 1250709676
        },
        {
            "start": 1250709678,
            "stop": 1250713528
        },
        {
            "start": 1250713529,
            "stop": 1250713531
        },
        {
            "start": 1250713534,
            "stop": 1250713771
        }
    ]
}