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_CAT2/segments?format=api&page=754
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=755",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=753",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 754,
    "results": [
        {
            "start": 1268595356,
            "stop": 1268595907
        },
        {
            "start": 1268595910,
            "stop": 1268596360
        },
        {
            "start": 1268596361,
            "stop": 1268596487
        },
        {
            "start": 1268596488,
            "stop": 1268596989
        },
        {
            "start": 1268596992,
            "stop": 1268597194
        },
        {
            "start": 1268597197,
            "stop": 1268597551
        },
        {
            "start": 1268597553,
            "stop": 1268597652
        },
        {
            "start": 1268597655,
            "stop": 1268598403
        },
        {
            "start": 1268598406,
            "stop": 1268600345
        },
        {
            "start": 1268600348,
            "stop": 1268601880
        },
        {
            "start": 1268601884,
            "stop": 1268604421
        },
        {
            "start": 1268604424,
            "stop": 1268604731
        },
        {
            "start": 1268610280,
            "stop": 1268611344
        },
        {
            "start": 1268611347,
            "stop": 1268611350
        },
        {
            "start": 1268614227,
            "stop": 1268614329
        },
        {
            "start": 1268614332,
            "stop": 1268614847
        },
        {
            "start": 1268614850,
            "stop": 1268616363
        },
        {
            "start": 1268616366,
            "stop": 1268616424
        },
        {
            "start": 1268616426,
            "stop": 1268622647
        },
        {
            "start": 1268622650,
            "stop": 1268626809
        }
    ]
}