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=941
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=942",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=940",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 941,
    "results": [
        {
            "start": 1251631642,
            "stop": 1251631681
        },
        {
            "start": 1251631683,
            "stop": 1251631890
        },
        {
            "start": 1251631895,
            "stop": 1251632186
        },
        {
            "start": 1251632191,
            "stop": 1251632200
        },
        {
            "start": 1251632205,
            "stop": 1251632341
        },
        {
            "start": 1251632344,
            "stop": 1251632642
        },
        {
            "start": 1251632645,
            "stop": 1251632660
        },
        {
            "start": 1251632665,
            "stop": 1251632778
        },
        {
            "start": 1251632783,
            "stop": 1251632976
        },
        {
            "start": 1251632981,
            "stop": 1251633095
        },
        {
            "start": 1251633100,
            "stop": 1251633262
        },
        {
            "start": 1251633267,
            "stop": 1251633354
        },
        {
            "start": 1251633358,
            "stop": 1251633446
        },
        {
            "start": 1251633450,
            "stop": 1251633553
        },
        {
            "start": 1251633558,
            "stop": 1251633866
        },
        {
            "start": 1251633871,
            "stop": 1251634077
        },
        {
            "start": 1251634081,
            "stop": 1251634085
        },
        {
            "start": 1251634088,
            "stop": 1251634225
        },
        {
            "start": 1251634230,
            "stop": 1251634393
        },
        {
            "start": 1251634398,
            "stop": 1251634479
        }
    ]
}