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=546
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=547",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=545",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 546,
    "results": [
        {
            "start": 1264838570,
            "stop": 1264838932
        },
        {
            "start": 1264838934,
            "stop": 1264838994
        },
        {
            "start": 1264838998,
            "stop": 1264839073
        },
        {
            "start": 1264839076,
            "stop": 1264839144
        },
        {
            "start": 1264839149,
            "stop": 1264839398
        },
        {
            "start": 1264839400,
            "stop": 1264839413
        },
        {
            "start": 1264839415,
            "stop": 1264839430
        },
        {
            "start": 1264839432,
            "stop": 1264839495
        },
        {
            "start": 1264839499,
            "stop": 1264839524
        },
        {
            "start": 1264839526,
            "stop": 1264839531
        },
        {
            "start": 1264839533,
            "stop": 1264839585
        },
        {
            "start": 1264839586,
            "stop": 1264839625
        },
        {
            "start": 1264839628,
            "stop": 1264839946
        },
        {
            "start": 1264839947,
            "stop": 1264839960
        },
        {
            "start": 1264839963,
            "stop": 1264840100
        },
        {
            "start": 1264840102,
            "stop": 1264840105
        },
        {
            "start": 1264840108,
            "stop": 1264840192
        },
        {
            "start": 1264840195,
            "stop": 1264840232
        },
        {
            "start": 1264840238,
            "stop": 1264840331
        },
        {
            "start": 1264840334,
            "stop": 1264840353
        }
    ]
}