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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16803",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16801",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16802,
    "results": [
        {
            "start": 875126261,
            "stop": 875126303
        },
        {
            "start": 875126305,
            "stop": 875126404
        },
        {
            "start": 875126406,
            "stop": 875126554
        },
        {
            "start": 875126555,
            "stop": 875126593
        },
        {
            "start": 875126595,
            "stop": 875126601
        },
        {
            "start": 875126602,
            "stop": 875126676
        },
        {
            "start": 875126678,
            "stop": 875126690
        },
        {
            "start": 875126692,
            "stop": 875126700
        },
        {
            "start": 875126820,
            "stop": 875127020
        },
        {
            "start": 875127022,
            "stop": 875127060
        },
        {
            "start": 875127062,
            "stop": 875127106
        },
        {
            "start": 875127108,
            "stop": 875127130
        },
        {
            "start": 875127131,
            "stop": 875127173
        },
        {
            "start": 875127175,
            "stop": 875127252
        },
        {
            "start": 875127254,
            "stop": 875127279
        },
        {
            "start": 875127280,
            "stop": 875127304
        },
        {
            "start": 875127305,
            "stop": 875127353
        },
        {
            "start": 875127354,
            "stop": 875127372
        },
        {
            "start": 875127374,
            "stop": 875127395
        },
        {
            "start": 875127396,
            "stop": 875127398
        }
    ]
}