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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=232",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=230",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 231,
    "results": [
        {
            "start": 1259282208,
            "stop": 1259282211
        },
        {
            "start": 1259282214,
            "stop": 1259282215
        },
        {
            "start": 1259282218,
            "stop": 1259282221
        },
        {
            "start": 1259282227,
            "stop": 1259282241
        },
        {
            "start": 1259282244,
            "stop": 1259282246
        },
        {
            "start": 1259282249,
            "stop": 1259282257
        },
        {
            "start": 1259282260,
            "stop": 1259282354
        },
        {
            "start": 1259282357,
            "stop": 1259282421
        },
        {
            "start": 1259282424,
            "stop": 1259282437
        },
        {
            "start": 1259282443,
            "stop": 1259282446
        },
        {
            "start": 1259282452,
            "stop": 1259282455
        },
        {
            "start": 1259282458,
            "stop": 1259282609
        },
        {
            "start": 1259282612,
            "stop": 1259282799
        },
        {
            "start": 1259282802,
            "stop": 1259282815
        },
        {
            "start": 1259282818,
            "stop": 1259282934
        },
        {
            "start": 1259282937,
            "stop": 1259283002
        },
        {
            "start": 1259283005,
            "stop": 1259283027
        },
        {
            "start": 1259283030,
            "stop": 1259283067
        },
        {
            "start": 1259283076,
            "stop": 1259283083
        },
        {
            "start": 1259283086,
            "stop": 1259283096
        }
    ]
}