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=18
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=19",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_CBC_CAT2/segments?format=api&page=17",
    "results_count": 422,
    "results_per_page": 20,
    "num_pages": 22,
    "page_number": 18,
    "results": [
        {
            "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
        },
        {
            "start": 1266964917,
            "stop": 1267145362
        },
        {
            "start": 1267145389,
            "stop": 1267160160
        },
        {
            "start": 1267160820,
            "stop": 1267210813
        },
        {
            "start": 1267216923,
            "stop": 1267222131
        },
        {
            "start": 1267222439,
            "stop": 1267236878
        },
        {
            "start": 1267237069,
            "stop": 1267285575
        },
        {
            "start": 1267338920,
            "stop": 1267342629
        },
        {
            "start": 1267354670,
            "stop": 1267378461
        },
        {
            "start": 1267379747,
            "stop": 1267388779
        },
        {
            "start": 1267400780,
            "stop": 1267444164
        },
        {
            "start": 1267448980,
            "stop": 1267459881
        },
        {
            "start": 1267465110,
            "stop": 1267482859
        },
        {
            "start": 1267482925,
            "stop": 1267503404
        }
    ]
}