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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=590",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=588",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 589,
    "results": [
        {
            "start": 1262918754,
            "stop": 1262918756
        },
        {
            "start": 1262918759,
            "stop": 1262918817
        },
        {
            "start": 1262918823,
            "stop": 1262918866
        },
        {
            "start": 1262918869,
            "stop": 1262918947
        },
        {
            "start": 1262918950,
            "stop": 1262919006
        },
        {
            "start": 1262919008,
            "stop": 1262919116
        },
        {
            "start": 1262919119,
            "stop": 1262919143
        },
        {
            "start": 1262919146,
            "stop": 1262919147
        },
        {
            "start": 1262919150,
            "stop": 1262919164
        },
        {
            "start": 1262919167,
            "stop": 1262919172
        },
        {
            "start": 1262919175,
            "stop": 1262919195
        },
        {
            "start": 1262919198,
            "stop": 1262919215
        },
        {
            "start": 1262919218,
            "stop": 1262919260
        },
        {
            "start": 1262919263,
            "stop": 1262919283
        },
        {
            "start": 1262919286,
            "stop": 1262919366
        },
        {
            "start": 1262919369,
            "stop": 1262919370
        },
        {
            "start": 1262919373,
            "stop": 1262919377
        },
        {
            "start": 1262919380,
            "stop": 1262919415
        },
        {
            "start": 1262919418,
            "stop": 1262919419
        },
        {
            "start": 1262919422,
            "stop": 1262919429
        }
    ]
}