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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=159",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 160,
    "results": [
        {
            "start": 829534432,
            "stop": 829543629
        },
        {
            "start": 829545388,
            "stop": 829553028
        },
        {
            "start": 829553030,
            "stop": 829553190
        },
        {
            "start": 829556208,
            "stop": 829562375
        },
        {
            "start": 829563323,
            "stop": 829563630
        },
        {
            "start": 829563632,
            "stop": 829567258
        },
        {
            "start": 829568557,
            "stop": 829569193
        },
        {
            "start": 829569195,
            "stop": 829571844
        },
        {
            "start": 829573158,
            "stop": 829578768
        },
        {
            "start": 829578951,
            "stop": 829580927
        },
        {
            "start": 829580979,
            "stop": 829581156
        },
        {
            "start": 829582338,
            "stop": 829584088
        },
        {
            "start": 829584711,
            "stop": 829585227
        },
        {
            "start": 829586008,
            "stop": 829586914
        },
        {
            "start": 829586916,
            "stop": 829593622
        },
        {
            "start": 829596963,
            "stop": 829604076
        },
        {
            "start": 829609625,
            "stop": 829611356
        },
        {
            "start": 829636490,
            "stop": 829637763
        },
        {
            "start": 829641766,
            "stop": 829642720
        },
        {
            "start": 829645191,
            "stop": 829645280
        }
    ]
}