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=188
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=189",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=187",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 188,
    "results": [
        {
            "start": 1374550052,
            "stop": 1374551240
        },
        {
            "start": 1374551243,
            "stop": 1374551443
        },
        {
            "start": 1374551447,
            "stop": 1374553336
        },
        {
            "start": 1374553338,
            "stop": 1374553416
        },
        {
            "start": 1374553418,
            "stop": 1374554520
        },
        {
            "start": 1374554523,
            "stop": 1374556783
        },
        {
            "start": 1374556784,
            "stop": 1374559078
        },
        {
            "start": 1374559079,
            "stop": 1374560746
        },
        {
            "start": 1374560748,
            "stop": 1374564779
        },
        {
            "start": 1374564781,
            "stop": 1374566072
        },
        {
            "start": 1374566076,
            "stop": 1374571405
        },
        {
            "start": 1374571406,
            "stop": 1374573055
        },
        {
            "start": 1374573057,
            "stop": 1374573060
        },
        {
            "start": 1374573062,
            "stop": 1374573071
        },
        {
            "start": 1374573074,
            "stop": 1374574866
        },
        {
            "start": 1374574867,
            "stop": 1374575882
        },
        {
            "start": 1374609870,
            "stop": 1374610074
        },
        {
            "start": 1374610077,
            "stop": 1374611243
        },
        {
            "start": 1374611245,
            "stop": 1374611501
        },
        {
            "start": 1374611504,
            "stop": 1374612208
        }
    ]
}