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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=150",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=148",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 149,
    "results": [
        {
            "start": 1418199167,
            "stop": 1418199312
        },
        {
            "start": 1418199317,
            "stop": 1418207064
        },
        {
            "start": 1418207069,
            "stop": 1418207138
        },
        {
            "start": 1418207143,
            "stop": 1418207595
        },
        {
            "start": 1418207599,
            "stop": 1418207701
        },
        {
            "start": 1418207706,
            "stop": 1418208629
        },
        {
            "start": 1418208634,
            "stop": 1418209210
        },
        {
            "start": 1418209215,
            "stop": 1418209724
        },
        {
            "start": 1418209727,
            "stop": 1418210180
        },
        {
            "start": 1418210185,
            "stop": 1418211047
        },
        {
            "start": 1418211052,
            "stop": 1418212292
        },
        {
            "start": 1418212297,
            "stop": 1418212403
        },
        {
            "start": 1418212408,
            "stop": 1418214467
        },
        {
            "start": 1418214472,
            "stop": 1418215113
        },
        {
            "start": 1418215118,
            "stop": 1418215317
        },
        {
            "start": 1418215321,
            "stop": 1418215534
        },
        {
            "start": 1418215539,
            "stop": 1418215722
        },
        {
            "start": 1418215725,
            "stop": 1418216057
        },
        {
            "start": 1418216062,
            "stop": 1418218505
        },
        {
            "start": 1418218510,
            "stop": 1418219945
        }
    ]
}