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=263
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=264",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=262",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 263,
    "results": [
        {
            "start": 1174367066,
            "stop": 1174367992
        },
        {
            "start": 1174367994,
            "stop": 1174368961
        },
        {
            "start": 1174368963,
            "stop": 1174369849
        },
        {
            "start": 1174369851,
            "stop": 1174370867
        },
        {
            "start": 1174370869,
            "stop": 1174371942
        },
        {
            "start": 1174371944,
            "stop": 1174372201
        },
        {
            "start": 1174372205,
            "stop": 1174372867
        },
        {
            "start": 1174372869,
            "stop": 1174373780
        },
        {
            "start": 1174373782,
            "stop": 1174375070
        },
        {
            "start": 1174375072,
            "stop": 1174376239
        },
        {
            "start": 1174376241,
            "stop": 1174377311
        },
        {
            "start": 1174377313,
            "stop": 1174378313
        },
        {
            "start": 1174378315,
            "stop": 1174379438
        },
        {
            "start": 1174379440,
            "stop": 1174379861
        },
        {
            "start": 1174379865,
            "stop": 1174380770
        },
        {
            "start": 1174380772,
            "stop": 1174381086
        },
        {
            "start": 1174381088,
            "stop": 1174381953
        },
        {
            "start": 1174381955,
            "stop": 1174382465
        },
        {
            "start": 1174388047,
            "stop": 1174388284
        },
        {
            "start": 1174388286,
            "stop": 1174389553
        }
    ]
}