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=460
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=461",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=459",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 460,
    "results": [
        {
            "start": 1264391862,
            "stop": 1264391923
        },
        {
            "start": 1264391925,
            "stop": 1264391940
        },
        {
            "start": 1264391942,
            "stop": 1264392020
        },
        {
            "start": 1264392022,
            "stop": 1264392119
        },
        {
            "start": 1264392124,
            "stop": 1264392151
        },
        {
            "start": 1264392152,
            "stop": 1264392164
        },
        {
            "start": 1264392167,
            "stop": 1264392168
        },
        {
            "start": 1264392176,
            "stop": 1264392177
        },
        {
            "start": 1264392178,
            "stop": 1264392181
        },
        {
            "start": 1264392184,
            "stop": 1264392187
        },
        {
            "start": 1264392193,
            "stop": 1264392373
        },
        {
            "start": 1264392375,
            "stop": 1264392381
        },
        {
            "start": 1264392382,
            "stop": 1264392547
        },
        {
            "start": 1264392552,
            "stop": 1264392555
        },
        {
            "start": 1264392560,
            "stop": 1264392562
        },
        {
            "start": 1264392564,
            "stop": 1264392568
        },
        {
            "start": 1264392572,
            "stop": 1264392579
        },
        {
            "start": 1264392581,
            "stop": 1264392683
        },
        {
            "start": 1264392685,
            "stop": 1264392698
        },
        {
            "start": 1264392699,
            "stop": 1264392769
        }
    ]
}