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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3971",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3969",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3970,
    "results": [
        {
            "start": 874567929,
            "stop": 874568323
        },
        {
            "start": 874568422,
            "stop": 874568669
        },
        {
            "start": 874568672,
            "stop": 874568793
        },
        {
            "start": 874568796,
            "stop": 874569046
        },
        {
            "start": 874569049,
            "stop": 874569425
        },
        {
            "start": 874569428,
            "stop": 874569825
        },
        {
            "start": 874569828,
            "stop": 874569834
        },
        {
            "start": 874569837,
            "stop": 874569886
        },
        {
            "start": 874569889,
            "stop": 874572749
        },
        {
            "start": 874572750,
            "stop": 874572821
        },
        {
            "start": 874572825,
            "stop": 874572878
        },
        {
            "start": 874572881,
            "stop": 874572884
        },
        {
            "start": 874572887,
            "stop": 874573050
        },
        {
            "start": 874573053,
            "stop": 874573075
        },
        {
            "start": 874573078,
            "stop": 874573080
        },
        {
            "start": 874573083,
            "stop": 874573116
        },
        {
            "start": 874573117,
            "stop": 874573156
        },
        {
            "start": 874573157,
            "stop": 874573167
        },
        {
            "start": 874573168,
            "stop": 874573175
        },
        {
            "start": 874573802,
            "stop": 874577317
        }
    ]
}