Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6084
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6085",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6083",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6084,
    "results": [
        {
            "start": 873911444,
            "stop": 873911464
        },
        {
            "start": 873911468,
            "stop": 873911471
        },
        {
            "start": 873911485,
            "stop": 873911507
        },
        {
            "start": 873911510,
            "stop": 873911528
        },
        {
            "start": 873911531,
            "stop": 873911621
        },
        {
            "start": 873911624,
            "stop": 873911632
        },
        {
            "start": 873911635,
            "stop": 873911664
        },
        {
            "start": 873911670,
            "stop": 873911671
        },
        {
            "start": 873911680,
            "stop": 873911686
        },
        {
            "start": 873911689,
            "stop": 873911736
        },
        {
            "start": 873911739,
            "stop": 873911761
        },
        {
            "start": 873911766,
            "stop": 873911767
        },
        {
            "start": 873911771,
            "stop": 873911825
        },
        {
            "start": 873911836,
            "stop": 873911839
        },
        {
            "start": 873911842,
            "stop": 873911868
        },
        {
            "start": 873911871,
            "stop": 873911886
        },
        {
            "start": 873911889,
            "stop": 873911961
        },
        {
            "start": 873911964,
            "stop": 873911983
        },
        {
            "start": 873911988,
            "stop": 873912003
        },
        {
            "start": 873912009,
            "stop": 873912017
        }
    ]
}