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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=167",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=165",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 166,
    "results": [
        {
            "start": 1239824547,
            "stop": 1239824691
        },
        {
            "start": 1239824692,
            "stop": 1239824900
        },
        {
            "start": 1239824903,
            "stop": 1239824905
        },
        {
            "start": 1239824907,
            "stop": 1239825026
        },
        {
            "start": 1239825029,
            "stop": 1239825324
        },
        {
            "start": 1239825325,
            "stop": 1239825424
        },
        {
            "start": 1239825425,
            "stop": 1239825481
        },
        {
            "start": 1239825482,
            "stop": 1239825742
        },
        {
            "start": 1239825743,
            "stop": 1239825747
        },
        {
            "start": 1239825748,
            "stop": 1239825883
        },
        {
            "start": 1239825884,
            "stop": 1239825885
        },
        {
            "start": 1239825886,
            "stop": 1239826036
        },
        {
            "start": 1239826037,
            "stop": 1239826043
        },
        {
            "start": 1239826044,
            "stop": 1239826146
        },
        {
            "start": 1239826147,
            "stop": 1239826271
        },
        {
            "start": 1239826272,
            "stop": 1239826273
        },
        {
            "start": 1239826274,
            "stop": 1239826281
        },
        {
            "start": 1239826282,
            "stop": 1239826285
        },
        {
            "start": 1239826286,
            "stop": 1239826301
        },
        {
            "start": 1239826302,
            "stop": 1239826309
        }
    ]
}