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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=254",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=252",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 253,
    "results": [
        {
            "start": 931679122,
            "stop": 931679125
        },
        {
            "start": 931679131,
            "stop": 931679132
        },
        {
            "start": 931679140,
            "stop": 931679144
        },
        {
            "start": 931679149,
            "stop": 931679152
        },
        {
            "start": 931679157,
            "stop": 931679159
        },
        {
            "start": 931679167,
            "stop": 931679173
        },
        {
            "start": 931679179,
            "stop": 931679181
        },
        {
            "start": 931679187,
            "stop": 931679203
        },
        {
            "start": 931679206,
            "stop": 931679208
        },
        {
            "start": 931679211,
            "stop": 931679218
        },
        {
            "start": 931679220,
            "stop": 931679221
        },
        {
            "start": 931679232,
            "stop": 931679233
        },
        {
            "start": 931679236,
            "stop": 931679238
        },
        {
            "start": 931679245,
            "stop": 931679251
        },
        {
            "start": 931679263,
            "stop": 931679266
        },
        {
            "start": 931679273,
            "stop": 931679275
        },
        {
            "start": 931679278,
            "stop": 931679283
        },
        {
            "start": 931679286,
            "stop": 931679289
        },
        {
            "start": 931679292,
            "stop": 931679296
        },
        {
            "start": 931679299,
            "stop": 931679301
        }
    ]
}