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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=5",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 6,
    "results": [
        {
            "start": 1258111188,
            "stop": 1258111190
        },
        {
            "start": 1258111192,
            "stop": 1258111194
        },
        {
            "start": 1258111195,
            "stop": 1258111200
        },
        {
            "start": 1258111203,
            "stop": 1258111204
        },
        {
            "start": 1258111205,
            "stop": 1258111211
        },
        {
            "start": 1258111212,
            "stop": 1258111213
        },
        {
            "start": 1258111214,
            "stop": 1258111227
        },
        {
            "start": 1258111237,
            "stop": 1258111238
        },
        {
            "start": 1258111242,
            "stop": 1258111247
        },
        {
            "start": 1258111253,
            "stop": 1258117626
        },
        {
            "start": 1258117627,
            "stop": 1258128953
        },
        {
            "start": 1258141647,
            "stop": 1258141661
        },
        {
            "start": 1258141693,
            "stop": 1258142395
        },
        {
            "start": 1258142396,
            "stop": 1258162837
        },
        {
            "start": 1258162973,
            "stop": 1258208151
        },
        {
            "start": 1258245192,
            "stop": 1258245335
        },
        {
            "start": 1258245387,
            "stop": 1258259482
        },
        {
            "start": 1258274014,
            "stop": 1258274939
        },
        {
            "start": 1258275379,
            "stop": 1258277164
        },
        {
            "start": 1258277493,
            "stop": 1258283219
        }
    ]
}