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_BURST_CAT1/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_BURST_CAT1/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT1/segments?format=api&page=16",
    "results_count": 414,
    "results_per_page": 20,
    "num_pages": 21,
    "page_number": 17,
    "results": [
        {
            "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
        },
        {
            "start": 1266776779,
            "stop": 1266789705
        },
        {
            "start": 1266792212,
            "stop": 1266837777
        },
        {
            "start": 1266837872,
            "stop": 1266873246
        },
        {
            "start": 1266887896,
            "stop": 1266887913
        },
        {
            "start": 1266888583,
            "stop": 1266914068
        },
        {
            "start": 1266921317,
            "stop": 1266945266
        },
        {
            "start": 1266952264,
            "stop": 1266957643
        }
    ]
}