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=146
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=147",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=145",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 146,
    "results": [
        {
            "start": 1239726627,
            "stop": 1239726646
        },
        {
            "start": 1239726647,
            "stop": 1239727231
        },
        {
            "start": 1239727233,
            "stop": 1239727320
        },
        {
            "start": 1239727321,
            "stop": 1239727357
        },
        {
            "start": 1239727358,
            "stop": 1239727544
        },
        {
            "start": 1239727545,
            "stop": 1239728176
        },
        {
            "start": 1239728178,
            "stop": 1239728425
        },
        {
            "start": 1239728426,
            "stop": 1239728542
        },
        {
            "start": 1239728545,
            "stop": 1239728917
        },
        {
            "start": 1239728919,
            "stop": 1239729348
        },
        {
            "start": 1239729349,
            "stop": 1239730217
        },
        {
            "start": 1239730219,
            "stop": 1239730341
        },
        {
            "start": 1239730342,
            "stop": 1239730723
        },
        {
            "start": 1239730726,
            "stop": 1239730736
        },
        {
            "start": 1239730737,
            "stop": 1239730948
        },
        {
            "start": 1239730949,
            "stop": 1239731133
        },
        {
            "start": 1239731134,
            "stop": 1239731208
        },
        {
            "start": 1239731209,
            "stop": 1239731459
        },
        {
            "start": 1239731460,
            "stop": 1239732287
        },
        {
            "start": 1239732290,
            "stop": 1239732331
        }
    ]
}