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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=431",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=429",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 430,
    "results": [
        {
            "start": 1267716822,
            "stop": 1267716825
        },
        {
            "start": 1267716826,
            "stop": 1267716827
        },
        {
            "start": 1267716829,
            "stop": 1267716967
        },
        {
            "start": 1267716973,
            "stop": 1267716974
        },
        {
            "start": 1267716976,
            "stop": 1267716985
        },
        {
            "start": 1267716988,
            "stop": 1267716992
        },
        {
            "start": 1267716993,
            "stop": 1267716994
        },
        {
            "start": 1267716995,
            "stop": 1267716998
        },
        {
            "start": 1267716999,
            "stop": 1267717001
        },
        {
            "start": 1267717006,
            "stop": 1267717007
        },
        {
            "start": 1267717008,
            "stop": 1267717009
        },
        {
            "start": 1267717010,
            "stop": 1267717045
        },
        {
            "start": 1267717046,
            "stop": 1267717047
        },
        {
            "start": 1267717051,
            "stop": 1267717056
        },
        {
            "start": 1267717058,
            "stop": 1267717059
        },
        {
            "start": 1267717060,
            "stop": 1267717061
        },
        {
            "start": 1267717062,
            "stop": 1267717069
        },
        {
            "start": 1267717071,
            "stop": 1267717076
        },
        {
            "start": 1267717078,
            "stop": 1267717085
        },
        {
            "start": 1267717087,
            "stop": 1267717090
        }
    ]
}