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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=731",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=729",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 730,
    "results": [
        {
            "start": 1249010679,
            "stop": 1249010693
        },
        {
            "start": 1249010695,
            "stop": 1249010705
        },
        {
            "start": 1249010707,
            "stop": 1249010713
        },
        {
            "start": 1249010719,
            "stop": 1249010722
        },
        {
            "start": 1249010725,
            "stop": 1249010745
        },
        {
            "start": 1249010746,
            "stop": 1249010747
        },
        {
            "start": 1249010749,
            "stop": 1249010836
        },
        {
            "start": 1249010839,
            "stop": 1249010869
        },
        {
            "start": 1249010870,
            "stop": 1249010982
        },
        {
            "start": 1249010987,
            "stop": 1249011037
        },
        {
            "start": 1249011038,
            "stop": 1249011050
        },
        {
            "start": 1249011052,
            "stop": 1249011071
        },
        {
            "start": 1249011072,
            "stop": 1249011073
        },
        {
            "start": 1249011074,
            "stop": 1249011081
        },
        {
            "start": 1249011084,
            "stop": 1249011096
        },
        {
            "start": 1249011098,
            "stop": 1249012280
        },
        {
            "start": 1249012281,
            "stop": 1249012314
        },
        {
            "start": 1249012315,
            "stop": 1249012385
        },
        {
            "start": 1249012388,
            "stop": 1249012389
        },
        {
            "start": 1249012390,
            "stop": 1249012402
        }
    ]
}