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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=283",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=281",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 282,
    "results": [
        {
            "start": 1260172239,
            "stop": 1260172351
        },
        {
            "start": 1260172353,
            "stop": 1260172938
        },
        {
            "start": 1260172940,
            "stop": 1260173407
        },
        {
            "start": 1260173410,
            "stop": 1260173423
        },
        {
            "start": 1260173426,
            "stop": 1260173532
        },
        {
            "start": 1260173533,
            "stop": 1260173959
        },
        {
            "start": 1260173960,
            "stop": 1260174223
        },
        {
            "start": 1260174225,
            "stop": 1260174454
        },
        {
            "start": 1260174457,
            "stop": 1260174556
        },
        {
            "start": 1260174557,
            "stop": 1260175000
        },
        {
            "start": 1260175003,
            "stop": 1260175126
        },
        {
            "start": 1260175127,
            "stop": 1260175150
        },
        {
            "start": 1260175152,
            "stop": 1260175243
        },
        {
            "start": 1260175244,
            "stop": 1260175709
        },
        {
            "start": 1260175710,
            "stop": 1260175906
        },
        {
            "start": 1260175907,
            "stop": 1260176010
        },
        {
            "start": 1260176012,
            "stop": 1260176486
        },
        {
            "start": 1260176489,
            "stop": 1260177012
        },
        {
            "start": 1260177015,
            "stop": 1260177814
        },
        {
            "start": 1260177816,
            "stop": 1260177848
        }
    ]
}