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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=143",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 144,
    "results": [
        {
            "start": 819761786,
            "stop": 819762340
        },
        {
            "start": 819762343,
            "stop": 819763783
        },
        {
            "start": 819763786,
            "stop": 819763790
        },
        {
            "start": 819763794,
            "stop": 819764070
        },
        {
            "start": 819764073,
            "stop": 819764119
        },
        {
            "start": 819764122,
            "stop": 819764124
        },
        {
            "start": 819764127,
            "stop": 819767134
        },
        {
            "start": 819767137,
            "stop": 819767503
        },
        {
            "start": 819767864,
            "stop": 819769422
        },
        {
            "start": 819769425,
            "stop": 819770517
        },
        {
            "start": 819770520,
            "stop": 819771598
        },
        {
            "start": 819771601,
            "stop": 819774791
        },
        {
            "start": 819774794,
            "stop": 819775758
        },
        {
            "start": 819775762,
            "stop": 819775844
        },
        {
            "start": 819775848,
            "stop": 819776128
        },
        {
            "start": 819776131,
            "stop": 819777087
        },
        {
            "start": 819777090,
            "stop": 819778781
        },
        {
            "start": 819778784,
            "stop": 819778901
        },
        {
            "start": 819778905,
            "stop": 819779436
        },
        {
            "start": 819779439,
            "stop": 819779671
        }
    ]
}