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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=57",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 58,
    "results": [
        {
            "start": 1370456807,
            "stop": 1370458458
        },
        {
            "start": 1370458459,
            "stop": 1370458542
        },
        {
            "start": 1370458543,
            "stop": 1370459074
        },
        {
            "start": 1370459076,
            "stop": 1370460616
        },
        {
            "start": 1370460618,
            "stop": 1370461148
        },
        {
            "start": 1370461150,
            "stop": 1370463495
        },
        {
            "start": 1370463497,
            "stop": 1370464024
        },
        {
            "start": 1370464025,
            "stop": 1370464384
        },
        {
            "start": 1370464388,
            "stop": 1370465109
        },
        {
            "start": 1370465110,
            "stop": 1370465719
        },
        {
            "start": 1370465721,
            "stop": 1370466962
        },
        {
            "start": 1370466963,
            "stop": 1370468170
        },
        {
            "start": 1370468172,
            "stop": 1370468801
        },
        {
            "start": 1370468803,
            "stop": 1370469898
        },
        {
            "start": 1370469900,
            "stop": 1370470704
        },
        {
            "start": 1370470706,
            "stop": 1370471407
        },
        {
            "start": 1370471408,
            "stop": 1370472341
        },
        {
            "start": 1370472344,
            "stop": 1370473926
        },
        {
            "start": 1370473928,
            "stop": 1370476931
        },
        {
            "start": 1370476932,
            "stop": 1370479745
        }
    ]
}