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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=102",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 103,
    "results": [
        {
            "start": 1239224965,
            "stop": 1239225067
        },
        {
            "start": 1239225068,
            "stop": 1239225771
        },
        {
            "start": 1239225774,
            "stop": 1239226184
        },
        {
            "start": 1239226187,
            "stop": 1239226193
        },
        {
            "start": 1239226194,
            "stop": 1239226490
        },
        {
            "start": 1239226491,
            "stop": 1239226970
        },
        {
            "start": 1239226971,
            "stop": 1239227197
        },
        {
            "start": 1239227198,
            "stop": 1239227512
        },
        {
            "start": 1239227515,
            "stop": 1239227721
        },
        {
            "start": 1239227722,
            "stop": 1239227773
        },
        {
            "start": 1239227775,
            "stop": 1239228045
        },
        {
            "start": 1239228047,
            "stop": 1239228445
        },
        {
            "start": 1239228448,
            "stop": 1239228665
        },
        {
            "start": 1239228667,
            "stop": 1239229002
        },
        {
            "start": 1239229003,
            "stop": 1239229030
        },
        {
            "start": 1239229033,
            "stop": 1239229039
        },
        {
            "start": 1239229042,
            "stop": 1239229071
        },
        {
            "start": 1239229074,
            "stop": 1239229313
        },
        {
            "start": 1239229316,
            "stop": 1239229356
        },
        {
            "start": 1239229357,
            "stop": 1239229793
        }
    ]
}