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=216
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=217",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=215",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 216,
    "results": [
        {
            "start": 1240065701,
            "stop": 1240065763
        },
        {
            "start": 1240065765,
            "stop": 1240065805
        },
        {
            "start": 1240065806,
            "stop": 1240065807
        },
        {
            "start": 1240065808,
            "stop": 1240065856
        },
        {
            "start": 1240065858,
            "stop": 1240066047
        },
        {
            "start": 1240104659,
            "stop": 1240104726
        },
        {
            "start": 1240104729,
            "stop": 1240104738
        },
        {
            "start": 1240104739,
            "stop": 1240104742
        },
        {
            "start": 1240104745,
            "stop": 1240104803
        },
        {
            "start": 1240104804,
            "stop": 1240104807
        },
        {
            "start": 1240104808,
            "stop": 1240104907
        },
        {
            "start": 1240104908,
            "stop": 1240104910
        },
        {
            "start": 1240104911,
            "stop": 1240104927
        },
        {
            "start": 1240104930,
            "stop": 1240104996
        },
        {
            "start": 1240104997,
            "stop": 1240104998
        },
        {
            "start": 1240104999,
            "stop": 1240105024
        },
        {
            "start": 1240105027,
            "stop": 1240105123
        },
        {
            "start": 1240105126,
            "stop": 1240105221
        },
        {
            "start": 1240105222,
            "stop": 1240105224
        },
        {
            "start": 1240105226,
            "stop": 1240105263
        }
    ]
}