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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=61",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 62,
    "results": [
        {
            "start": 817291718,
            "stop": 817292016
        },
        {
            "start": 817292025,
            "stop": 817292026
        },
        {
            "start": 817292030,
            "stop": 817292099
        },
        {
            "start": 817292102,
            "stop": 817292120
        },
        {
            "start": 817292123,
            "stop": 817292155
        },
        {
            "start": 817292216,
            "stop": 817292220
        },
        {
            "start": 817292223,
            "stop": 817292239
        },
        {
            "start": 817292243,
            "stop": 817292244
        },
        {
            "start": 817292248,
            "stop": 817292263
        },
        {
            "start": 817292300,
            "stop": 817292308
        },
        {
            "start": 817292314,
            "stop": 817292381
        },
        {
            "start": 817292392,
            "stop": 817292442
        },
        {
            "start": 817292496,
            "stop": 817292563
        },
        {
            "start": 817292567,
            "stop": 817292598
        },
        {
            "start": 817292605,
            "stop": 817292647
        },
        {
            "start": 817292679,
            "stop": 817292683
        },
        {
            "start": 817292695,
            "stop": 817292714
        },
        {
            "start": 817292718,
            "stop": 817292720
        },
        {
            "start": 817292725,
            "stop": 817292754
        },
        {
            "start": 817292874,
            "stop": 817292891
        }
    ]
}