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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6444",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6442",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6443,
    "results": [
        {
            "start": 873860091,
            "stop": 873860336
        },
        {
            "start": 873860338,
            "stop": 873860392
        },
        {
            "start": 873860393,
            "stop": 873860540
        },
        {
            "start": 873860541,
            "stop": 873860731
        },
        {
            "start": 873860732,
            "stop": 873861215
        },
        {
            "start": 873861217,
            "stop": 873861458
        },
        {
            "start": 873861459,
            "stop": 873861557
        },
        {
            "start": 873861558,
            "stop": 873861617
        },
        {
            "start": 873861618,
            "stop": 873861858
        },
        {
            "start": 873861859,
            "stop": 873862033
        },
        {
            "start": 873862034,
            "stop": 873862073
        },
        {
            "start": 873862074,
            "stop": 873862456
        },
        {
            "start": 873862457,
            "stop": 873862853
        },
        {
            "start": 873862855,
            "stop": 873862933
        },
        {
            "start": 873862935,
            "stop": 873863357
        },
        {
            "start": 873863358,
            "stop": 873863782
        },
        {
            "start": 873863783,
            "stop": 873863933
        },
        {
            "start": 873863934,
            "stop": 873864204
        },
        {
            "start": 873864205,
            "stop": 873864274
        },
        {
            "start": 873864275,
            "stop": 873864533
        }
    ]
}