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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=724",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=722",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 723,
    "results": [
        {
            "start": 1267428876,
            "stop": 1267429628
        },
        {
            "start": 1267429633,
            "stop": 1267430823
        },
        {
            "start": 1267430827,
            "stop": 1267430854
        },
        {
            "start": 1267430856,
            "stop": 1267431416
        },
        {
            "start": 1267431417,
            "stop": 1267432651
        },
        {
            "start": 1267432656,
            "stop": 1267445028
        },
        {
            "start": 1267445030,
            "stop": 1267445031
        },
        {
            "start": 1267445035,
            "stop": 1267445036
        },
        {
            "start": 1267445037,
            "stop": 1267445040
        },
        {
            "start": 1267445042,
            "stop": 1267445045
        },
        {
            "start": 1267445047,
            "stop": 1267445048
        },
        {
            "start": 1267445050,
            "stop": 1267445052
        },
        {
            "start": 1267445054,
            "stop": 1267445057
        },
        {
            "start": 1267445059,
            "stop": 1267445060
        },
        {
            "start": 1267445061,
            "stop": 1267445064
        },
        {
            "start": 1267445065,
            "stop": 1267447334
        },
        {
            "start": 1267447335,
            "stop": 1267447502
        },
        {
            "start": 1267447505,
            "stop": 1267449033
        },
        {
            "start": 1267449037,
            "stop": 1267451794
        },
        {
            "start": 1267451796,
            "stop": 1267451855
        }
    ]
}