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=61
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=62",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=60",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 61,
    "results": [
        {
            "start": 1370543672,
            "stop": 1370544034
        },
        {
            "start": 1370544036,
            "stop": 1370547001
        },
        {
            "start": 1370547003,
            "stop": 1370548248
        },
        {
            "start": 1370548250,
            "stop": 1370548955
        },
        {
            "start": 1370548956,
            "stop": 1370551504
        },
        {
            "start": 1370551505,
            "stop": 1370553443
        },
        {
            "start": 1370553445,
            "stop": 1370553973
        },
        {
            "start": 1370553974,
            "stop": 1370555269
        },
        {
            "start": 1370555272,
            "stop": 1370556117
        },
        {
            "start": 1370556119,
            "stop": 1370557204
        },
        {
            "start": 1370557206,
            "stop": 1370558960
        },
        {
            "start": 1370558962,
            "stop": 1370560049
        },
        {
            "start": 1370560051,
            "stop": 1370561013
        },
        {
            "start": 1370561014,
            "stop": 1370561714
        },
        {
            "start": 1370561715,
            "stop": 1370562842
        },
        {
            "start": 1370562843,
            "stop": 1370565585
        },
        {
            "start": 1370565586,
            "stop": 1370568092
        },
        {
            "start": 1370568094,
            "stop": 1370571529
        },
        {
            "start": 1370571533,
            "stop": 1370573283
        },
        {
            "start": 1370573284,
            "stop": 1370573829
        }
    ]
}