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=119
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=120",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=118",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 119,
    "results": [
        {
            "start": 1239388470,
            "stop": 1239390359
        },
        {
            "start": 1239390362,
            "stop": 1239391563
        },
        {
            "start": 1239391564,
            "stop": 1239391755
        },
        {
            "start": 1239391758,
            "stop": 1239391759
        },
        {
            "start": 1239391762,
            "stop": 1239391767
        },
        {
            "start": 1239391770,
            "stop": 1239392124
        },
        {
            "start": 1239392126,
            "stop": 1239392395
        },
        {
            "start": 1239392398,
            "stop": 1239392754
        },
        {
            "start": 1239392757,
            "stop": 1239392943
        },
        {
            "start": 1239392951,
            "stop": 1239393867
        },
        {
            "start": 1239393868,
            "stop": 1239395560
        },
        {
            "start": 1239395563,
            "stop": 1239395573
        },
        {
            "start": 1239395576,
            "stop": 1239396138
        },
        {
            "start": 1239396140,
            "stop": 1239396297
        },
        {
            "start": 1239396300,
            "stop": 1239396938
        },
        {
            "start": 1239396941,
            "stop": 1239397474
        },
        {
            "start": 1239397475,
            "stop": 1239398824
        },
        {
            "start": 1239398827,
            "stop": 1239398850
        },
        {
            "start": 1239430170,
            "stop": 1239430250
        },
        {
            "start": 1239430804,
            "stop": 1239432994
        }
    ]
}