Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=662
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=663",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=661",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 662,
    "results": [
        {
            "start": 1266256744,
            "stop": 1266256797
        },
        {
            "start": 1266256798,
            "stop": 1266257083
        },
        {
            "start": 1266270670,
            "stop": 1266270763
        },
        {
            "start": 1266270765,
            "stop": 1266270948
        },
        {
            "start": 1266270949,
            "stop": 1266271391
        },
        {
            "start": 1266271392,
            "stop": 1266272066
        },
        {
            "start": 1266272068,
            "stop": 1266272613
        },
        {
            "start": 1266272614,
            "stop": 1266272833
        },
        {
            "start": 1266272838,
            "stop": 1266273968
        },
        {
            "start": 1266273969,
            "stop": 1266275881
        },
        {
            "start": 1266275882,
            "stop": 1266277644
        },
        {
            "start": 1266277645,
            "stop": 1266278750
        },
        {
            "start": 1266278756,
            "stop": 1266279001
        },
        {
            "start": 1266279002,
            "stop": 1266279747
        },
        {
            "start": 1266279748,
            "stop": 1266280474
        },
        {
            "start": 1266280475,
            "stop": 1266280857
        },
        {
            "start": 1266280862,
            "stop": 1266282510
        },
        {
            "start": 1266282514,
            "stop": 1266282973
        },
        {
            "start": 1266282978,
            "stop": 1266282990
        },
        {
            "start": 1266282993,
            "stop": 1266285741
        }
    ]
}