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=735
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=736",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=734",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 735,
    "results": [
        {
            "start": 1267561552,
            "stop": 1267561554
        },
        {
            "start": 1267561555,
            "stop": 1267561557
        },
        {
            "start": 1267561560,
            "stop": 1267561562
        },
        {
            "start": 1267561568,
            "stop": 1267561569
        },
        {
            "start": 1267561570,
            "stop": 1267561571
        },
        {
            "start": 1267561572,
            "stop": 1267561582
        },
        {
            "start": 1267561588,
            "stop": 1267561688
        },
        {
            "start": 1267561689,
            "stop": 1267562324
        },
        {
            "start": 1267562325,
            "stop": 1267562326
        },
        {
            "start": 1267562327,
            "stop": 1267562387
        },
        {
            "start": 1267562388,
            "stop": 1267562742
        },
        {
            "start": 1267562743,
            "stop": 1267562758
        },
        {
            "start": 1267562761,
            "stop": 1267562766
        },
        {
            "start": 1267562768,
            "stop": 1267562769
        },
        {
            "start": 1267562770,
            "stop": 1267562772
        },
        {
            "start": 1267562780,
            "stop": 1267562796
        },
        {
            "start": 1267562797,
            "stop": 1267562798
        },
        {
            "start": 1267562801,
            "stop": 1267562802
        },
        {
            "start": 1267562805,
            "stop": 1267562809
        },
        {
            "start": 1267562810,
            "stop": 1267562814
        }
    ]
}