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=363
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=364",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=362",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 363,
    "results": [
        {
            "start": 1240745221,
            "stop": 1240745310
        },
        {
            "start": 1240745311,
            "stop": 1240745531
        },
        {
            "start": 1240745534,
            "stop": 1240745728
        },
        {
            "start": 1240745729,
            "stop": 1240745973
        },
        {
            "start": 1240745975,
            "stop": 1240746173
        },
        {
            "start": 1240746174,
            "stop": 1240746526
        },
        {
            "start": 1240746527,
            "stop": 1240746718
        },
        {
            "start": 1240746721,
            "stop": 1240747108
        },
        {
            "start": 1240747110,
            "stop": 1240747119
        },
        {
            "start": 1240747121,
            "stop": 1240747136
        },
        {
            "start": 1240747139,
            "stop": 1240747234
        },
        {
            "start": 1240747236,
            "stop": 1240747506
        },
        {
            "start": 1240747508,
            "stop": 1240747623
        },
        {
            "start": 1240747624,
            "stop": 1240748120
        },
        {
            "start": 1240748123,
            "stop": 1240748675
        },
        {
            "start": 1240748676,
            "stop": 1240748679
        },
        {
            "start": 1240748680,
            "stop": 1240748741
        },
        {
            "start": 1240748744,
            "stop": 1240748751
        },
        {
            "start": 1240748752,
            "stop": 1240748756
        },
        {
            "start": 1240748757,
            "stop": 1240749231
        }
    ]
}