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=16790
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=16791",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16789",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16790,
    "results": [
        {
            "start": 875118206,
            "stop": 875118221
        },
        {
            "start": 875118224,
            "stop": 875118225
        },
        {
            "start": 875118226,
            "stop": 875118249
        },
        {
            "start": 875118255,
            "stop": 875118257
        },
        {
            "start": 875118260,
            "stop": 875118261
        },
        {
            "start": 875118264,
            "stop": 875118275
        },
        {
            "start": 875118278,
            "stop": 875118299
        },
        {
            "start": 875118302,
            "stop": 875118306
        },
        {
            "start": 875118309,
            "stop": 875118323
        },
        {
            "start": 875118327,
            "stop": 875118332
        },
        {
            "start": 875118335,
            "stop": 875118342
        },
        {
            "start": 875118345,
            "stop": 875118400
        },
        {
            "start": 875118401,
            "stop": 875118502
        },
        {
            "start": 875118503,
            "stop": 875118535
        },
        {
            "start": 875118538,
            "stop": 875118547
        },
        {
            "start": 875118550,
            "stop": 875118557
        },
        {
            "start": 875118558,
            "stop": 875118569
        },
        {
            "start": 875118570,
            "stop": 875118573
        },
        {
            "start": 875118574,
            "stop": 875118602
        },
        {
            "start": 875118604,
            "stop": 875118637
        }
    ]
}