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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=286",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=284",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 285,
    "results": [
        {
            "start": 1174940048,
            "stop": 1174941112
        },
        {
            "start": 1174941114,
            "stop": 1174942560
        },
        {
            "start": 1174942562,
            "stop": 1174943809
        },
        {
            "start": 1174943811,
            "stop": 1174944838
        },
        {
            "start": 1174944840,
            "stop": 1174945701
        },
        {
            "start": 1174945703,
            "stop": 1174946841
        },
        {
            "start": 1174946843,
            "stop": 1174947894
        },
        {
            "start": 1174947896,
            "stop": 1174949085
        },
        {
            "start": 1174949087,
            "stop": 1174950066
        },
        {
            "start": 1174950068,
            "stop": 1174951189
        },
        {
            "start": 1174953065,
            "stop": 1174954093
        },
        {
            "start": 1174954095,
            "stop": 1174955043
        },
        {
            "start": 1174955045,
            "stop": 1174956024
        },
        {
            "start": 1174956026,
            "stop": 1174956990
        },
        {
            "start": 1174956992,
            "stop": 1174958151
        },
        {
            "start": 1174958153,
            "stop": 1174959358
        },
        {
            "start": 1174959360,
            "stop": 1174960685
        },
        {
            "start": 1174960687,
            "stop": 1174961715
        },
        {
            "start": 1174961717,
            "stop": 1174962840
        },
        {
            "start": 1174962842,
            "stop": 1174963250
        }
    ]
}