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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1820",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1818",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1819,
    "results": [
        {
            "start": 1250258633,
            "stop": 1250258696
        },
        {
            "start": 1250258699,
            "stop": 1250259326
        },
        {
            "start": 1250259329,
            "stop": 1250260145
        },
        {
            "start": 1250260148,
            "stop": 1250260669
        },
        {
            "start": 1250260671,
            "stop": 1250261121
        },
        {
            "start": 1250261124,
            "stop": 1250261864
        },
        {
            "start": 1250261867,
            "stop": 1250262279
        },
        {
            "start": 1250262282,
            "stop": 1250262765
        },
        {
            "start": 1250262767,
            "stop": 1250264307
        },
        {
            "start": 1250264310,
            "stop": 1250264374
        },
        {
            "start": 1250264473,
            "stop": 1250265426
        },
        {
            "start": 1250265429,
            "stop": 1250267714
        },
        {
            "start": 1250267716,
            "stop": 1250268010
        },
        {
            "start": 1250268013,
            "stop": 1250268202
        },
        {
            "start": 1250268205,
            "stop": 1250268929
        },
        {
            "start": 1250268932,
            "stop": 1250269401
        },
        {
            "start": 1250269409,
            "stop": 1250269572
        },
        {
            "start": 1250269575,
            "stop": 1250269996
        },
        {
            "start": 1250269999,
            "stop": 1250270023
        },
        {
            "start": 1250270026,
            "stop": 1250270708
        }
    ]
}