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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=735",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=733",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 734,
    "results": [
        {
            "start": 1249015819,
            "stop": 1249015822
        },
        {
            "start": 1249015823,
            "stop": 1249015832
        },
        {
            "start": 1249015833,
            "stop": 1249015836
        },
        {
            "start": 1249015841,
            "stop": 1249015842
        },
        {
            "start": 1249015843,
            "stop": 1249015846
        },
        {
            "start": 1249015849,
            "stop": 1249015889
        },
        {
            "start": 1249015894,
            "stop": 1249015997
        },
        {
            "start": 1249016001,
            "stop": 1249016004
        },
        {
            "start": 1249016008,
            "stop": 1249016010
        },
        {
            "start": 1249016013,
            "stop": 1249016029
        },
        {
            "start": 1249016031,
            "stop": 1249016032
        },
        {
            "start": 1249016036,
            "stop": 1249016048
        },
        {
            "start": 1249016054,
            "stop": 1249016056
        },
        {
            "start": 1249016057,
            "stop": 1249016059
        },
        {
            "start": 1249016065,
            "stop": 1249016075
        },
        {
            "start": 1249016079,
            "stop": 1249016080
        },
        {
            "start": 1249016081,
            "stop": 1249016100
        },
        {
            "start": 1249016102,
            "stop": 1249016103
        },
        {
            "start": 1249016105,
            "stop": 1249016107
        },
        {
            "start": 1249016108,
            "stop": 1249016110
        }
    ]
}