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=191
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=192",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=190",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 191,
    "results": [
        {
            "start": 1239900082,
            "stop": 1239900101
        },
        {
            "start": 1239900103,
            "stop": 1239900105
        },
        {
            "start": 1239900107,
            "stop": 1239900110
        },
        {
            "start": 1239900113,
            "stop": 1239900118
        },
        {
            "start": 1239900121,
            "stop": 1239900124
        },
        {
            "start": 1239900125,
            "stop": 1239900127
        },
        {
            "start": 1239900132,
            "stop": 1239900144
        },
        {
            "start": 1239900147,
            "stop": 1239900319
        },
        {
            "start": 1239900320,
            "stop": 1239900578
        },
        {
            "start": 1239900579,
            "stop": 1239901149
        },
        {
            "start": 1239901150,
            "stop": 1239901195
        },
        {
            "start": 1239901196,
            "stop": 1239901536
        },
        {
            "start": 1239901538,
            "stop": 1239901667
        },
        {
            "start": 1239901668,
            "stop": 1239902002
        },
        {
            "start": 1239902003,
            "stop": 1239902692
        },
        {
            "start": 1239902694,
            "stop": 1239902794
        },
        {
            "start": 1239902795,
            "stop": 1239903024
        },
        {
            "start": 1239903025,
            "stop": 1239903045
        },
        {
            "start": 1239903046,
            "stop": 1239903067
        },
        {
            "start": 1239903069,
            "stop": 1239903081
        }
    ]
}