Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/H1_CBC_CAT2/segments?format=api&page=17
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_CBC_CAT2/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_CBC_CAT2/segments?format=api&page=16",
    "results_count": 422,
    "results_per_page": 20,
    "num_pages": 22,
    "page_number": 17,
    "results": [
        {
            "start": 1266268142,
            "stop": 1266269393
        },
        {
            "start": 1266271769,
            "stop": 1266274865
        },
        {
            "start": 1266280137,
            "stop": 1266359523
        },
        {
            "start": 1266362166,
            "stop": 1266436886
        },
        {
            "start": 1266446637,
            "stop": 1266515968
        },
        {
            "start": 1266515973,
            "stop": 1266519668
        },
        {
            "start": 1266546878,
            "stop": 1266599045
        },
        {
            "start": 1266599286,
            "stop": 1266606012
        },
        {
            "start": 1266611579,
            "stop": 1266620832
        },
        {
            "start": 1266621643,
            "stop": 1266624188
        },
        {
            "start": 1266624317,
            "stop": 1266626311
        },
        {
            "start": 1266635222,
            "stop": 1266635738
        },
        {
            "start": 1266635759,
            "stop": 1266635809
        },
        {
            "start": 1266635824,
            "stop": 1266675790
        },
        {
            "start": 1266675831,
            "stop": 1266680717
        },
        {
            "start": 1266706803,
            "stop": 1266711494
        },
        {
            "start": 1266711553,
            "stop": 1266739258
        },
        {
            "start": 1266739278,
            "stop": 1266762903
        },
        {
            "start": 1266763004,
            "stop": 1266768050
        },
        {
            "start": 1266768090,
            "stop": 1266776629
        }
    ]
}