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=663
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=664",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=662",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 663,
    "results": [
        {
            "start": 1266285742,
            "stop": 1266286276
        },
        {
            "start": 1266286277,
            "stop": 1266286988
        },
        {
            "start": 1266286989,
            "stop": 1266287231
        },
        {
            "start": 1266287232,
            "stop": 1266287505
        },
        {
            "start": 1266287506,
            "stop": 1266287860
        },
        {
            "start": 1266287862,
            "stop": 1266288129
        },
        {
            "start": 1266288130,
            "stop": 1266288605
        },
        {
            "start": 1266288610,
            "stop": 1266288643
        },
        {
            "start": 1266288644,
            "stop": 1266289249
        },
        {
            "start": 1266289254,
            "stop": 1266289298
        },
        {
            "start": 1266289299,
            "stop": 1266289311
        },
        {
            "start": 1266289314,
            "stop": 1266290106
        },
        {
            "start": 1266290111,
            "stop": 1266290717
        },
        {
            "start": 1266290722,
            "stop": 1266290731
        },
        {
            "start": 1266290736,
            "stop": 1266291049
        },
        {
            "start": 1266291054,
            "stop": 1266291495
        },
        {
            "start": 1266291500,
            "stop": 1266291540
        },
        {
            "start": 1266291545,
            "stop": 1266291591
        },
        {
            "start": 1266291592,
            "stop": 1266291883
        },
        {
            "start": 1266291888,
            "stop": 1266292091
        }
    ]
}