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=590
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=591",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=589",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 590,
    "results": [
        {
            "start": 1265002669,
            "stop": 1265002734
        },
        {
            "start": 1265002735,
            "stop": 1265002821
        },
        {
            "start": 1265002823,
            "stop": 1265003644
        },
        {
            "start": 1265003645,
            "stop": 1265003676
        },
        {
            "start": 1265003678,
            "stop": 1265003736
        },
        {
            "start": 1265003739,
            "stop": 1265003748
        },
        {
            "start": 1265003749,
            "stop": 1265003758
        },
        {
            "start": 1265003759,
            "stop": 1265003762
        },
        {
            "start": 1265003764,
            "stop": 1265003765
        },
        {
            "start": 1265003766,
            "stop": 1265003770
        },
        {
            "start": 1265003772,
            "stop": 1265003778
        },
        {
            "start": 1265003783,
            "stop": 1265003785
        },
        {
            "start": 1265003786,
            "stop": 1265003823
        },
        {
            "start": 1265003825,
            "stop": 1265003831
        },
        {
            "start": 1265003832,
            "stop": 1265003833
        },
        {
            "start": 1265003835,
            "stop": 1265003855
        },
        {
            "start": 1265003857,
            "stop": 1265003862
        },
        {
            "start": 1265003863,
            "stop": 1265003871
        },
        {
            "start": 1265003872,
            "stop": 1265003880
        },
        {
            "start": 1265003883,
            "stop": 1265003886
        }
    ]
}