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=302
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=303",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=301",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 302,
    "results": [
        {
            "start": 818236307,
            "stop": 818236308
        },
        {
            "start": 818236311,
            "stop": 818236318
        },
        {
            "start": 818236330,
            "stop": 818236336
        },
        {
            "start": 818236343,
            "stop": 818236344
        },
        {
            "start": 818236348,
            "stop": 818236351
        },
        {
            "start": 818236354,
            "stop": 818236360
        },
        {
            "start": 818236364,
            "stop": 818236365
        },
        {
            "start": 818236378,
            "stop": 818236379
        },
        {
            "start": 818236384,
            "stop": 818236385
        },
        {
            "start": 818236391,
            "stop": 818236394
        },
        {
            "start": 818236398,
            "stop": 818236401
        },
        {
            "start": 818236411,
            "stop": 818236413
        },
        {
            "start": 818236429,
            "stop": 818236430
        },
        {
            "start": 818236434,
            "stop": 818236435
        },
        {
            "start": 818236446,
            "stop": 818236447
        },
        {
            "start": 818236461,
            "stop": 818236463
        },
        {
            "start": 818236468,
            "stop": 818236469
        },
        {
            "start": 818236505,
            "stop": 818236508
        },
        {
            "start": 818236557,
            "stop": 818236562
        },
        {
            "start": 818236565,
            "stop": 818236566
        }
    ]
}