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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=414",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=412",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 413,
    "results": [
        {
            "start": 1261396819,
            "stop": 1261397051
        },
        {
            "start": 1261397054,
            "stop": 1261397988
        },
        {
            "start": 1261397989,
            "stop": 1261398647
        },
        {
            "start": 1261398650,
            "stop": 1261398663
        },
        {
            "start": 1261398666,
            "stop": 1261398998
        },
        {
            "start": 1261399001,
            "stop": 1261399203
        },
        {
            "start": 1261399209,
            "stop": 1261399229
        },
        {
            "start": 1261399232,
            "stop": 1261399773
        },
        {
            "start": 1261399776,
            "stop": 1261402117
        },
        {
            "start": 1261402120,
            "stop": 1261402657
        },
        {
            "start": 1261402663,
            "stop": 1261402672
        },
        {
            "start": 1261402675,
            "stop": 1261403558
        },
        {
            "start": 1261403561,
            "stop": 1261404536
        },
        {
            "start": 1261404539,
            "stop": 1261404540
        },
        {
            "start": 1261404543,
            "stop": 1261405313
        },
        {
            "start": 1261405316,
            "stop": 1261405411
        },
        {
            "start": 1261405414,
            "stop": 1261405514
        },
        {
            "start": 1261405516,
            "stop": 1261405800
        },
        {
            "start": 1261405803,
            "stop": 1261406791
        },
        {
            "start": 1261406794,
            "stop": 1261407481
        }
    ]
}