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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1719",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1717",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1718,
    "results": [
        {
            "start": 1249177598,
            "stop": 1249177603
        },
        {
            "start": 1249177604,
            "stop": 1249177607
        },
        {
            "start": 1249177610,
            "stop": 1249177655
        },
        {
            "start": 1249177659,
            "stop": 1249177669
        },
        {
            "start": 1249177671,
            "stop": 1249177674
        },
        {
            "start": 1249177675,
            "stop": 1249177693
        },
        {
            "start": 1249177695,
            "stop": 1249177709
        },
        {
            "start": 1249177710,
            "stop": 1249177756
        },
        {
            "start": 1249177758,
            "stop": 1249177776
        },
        {
            "start": 1249177779,
            "stop": 1249177780
        },
        {
            "start": 1249177812,
            "stop": 1249177815
        },
        {
            "start": 1249177816,
            "stop": 1249177871
        },
        {
            "start": 1249177874,
            "stop": 1249177981
        },
        {
            "start": 1249177982,
            "stop": 1249178008
        },
        {
            "start": 1249178009,
            "stop": 1249178025
        },
        {
            "start": 1249178028,
            "stop": 1249178035
        },
        {
            "start": 1249178038,
            "stop": 1249178044
        },
        {
            "start": 1249178045,
            "stop": 1249178107
        },
        {
            "start": 1249178109,
            "stop": 1249178148
        },
        {
            "start": 1249178149,
            "stop": 1249178157
        }
    ]
}