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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT1/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT1/segments?format=api&page=11",
    "results_count": 823,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 12,
    "results": [
        {
            "start": 1373900330,
            "stop": 1373905098
        },
        {
            "start": 1373927335,
            "stop": 1373930734
        },
        {
            "start": 1373940417,
            "stop": 1373989926
        },
        {
            "start": 1374007912,
            "stop": 1374072120
        },
        {
            "start": 1374072541,
            "stop": 1374092356
        },
        {
            "start": 1374093824,
            "stop": 1374100711
        },
        {
            "start": 1374112296,
            "stop": 1374129318
        },
        {
            "start": 1374129347,
            "stop": 1374135538
        },
        {
            "start": 1374135557,
            "stop": 1374155106
        },
        {
            "start": 1374161571,
            "stop": 1374194501
        },
        {
            "start": 1374201066,
            "stop": 1374206957
        },
        {
            "start": 1374206969,
            "stop": 1374234070
        },
        {
            "start": 1374245362,
            "stop": 1374246746
        },
        {
            "start": 1374254726,
            "stop": 1374256730
        },
        {
            "start": 1374267522,
            "stop": 1374267815
        },
        {
            "start": 1374268129,
            "stop": 1374273982
        },
        {
            "start": 1374292527,
            "stop": 1374298866
        },
        {
            "start": 1374303416,
            "stop": 1374320896
        },
        {
            "start": 1374321634,
            "stop": 1374330089
        },
        {
            "start": 1374331308,
            "stop": 1374331516
        }
    ]
}