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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=712",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=710",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 711,
    "results": [
        {
            "start": 856407978,
            "stop": 856408638
        },
        {
            "start": 856408861,
            "stop": 856408921
        },
        {
            "start": 856409267,
            "stop": 856409507
        },
        {
            "start": 856409709,
            "stop": 856409829
        },
        {
            "start": 856410038,
            "stop": 856410428
        },
        {
            "start": 856410458,
            "stop": 856410788
        },
        {
            "start": 856411720,
            "stop": 856412410
        },
        {
            "start": 856412609,
            "stop": 856413059
        },
        {
            "start": 856413089,
            "stop": 856413689
        },
        {
            "start": 856413871,
            "stop": 856414051
        },
        {
            "start": 856414200,
            "stop": 856414680
        },
        {
            "start": 856415556,
            "stop": 856416816
        },
        {
            "start": 856417594,
            "stop": 856418614
        },
        {
            "start": 856418822,
            "stop": 856423082
        },
        {
            "start": 856423232,
            "stop": 856423562
        },
        {
            "start": 856428945,
            "stop": 856429125
        },
        {
            "start": 856429277,
            "stop": 856429397
        },
        {
            "start": 856429643,
            "stop": 856429943
        },
        {
            "start": 856429973,
            "stop": 856430303
        },
        {
            "start": 856430486,
            "stop": 856430696
        }
    ]
}