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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=84",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 85,
    "results": [
        {
            "start": 1375173863,
            "stop": 1375175316
        },
        {
            "start": 1375175319,
            "stop": 1375177200
        },
        {
            "start": 1375177205,
            "stop": 1375179367
        },
        {
            "start": 1375179372,
            "stop": 1375183366
        },
        {
            "start": 1375183371,
            "stop": 1375188102
        },
        {
            "start": 1375188107,
            "stop": 1375194354
        },
        {
            "start": 1375194358,
            "stop": 1375197683
        },
        {
            "start": 1375197688,
            "stop": 1375200348
        },
        {
            "start": 1375200353,
            "stop": 1375201275
        },
        {
            "start": 1375203588,
            "stop": 1375204178
        },
        {
            "start": 1375204181,
            "stop": 1375205494
        },
        {
            "start": 1375205499,
            "stop": 1375208494
        },
        {
            "start": 1375212233,
            "stop": 1375217292
        },
        {
            "start": 1375217295,
            "stop": 1375218856
        },
        {
            "start": 1375219711,
            "stop": 1375219842
        },
        {
            "start": 1375219851,
            "stop": 1375223612
        },
        {
            "start": 1375223617,
            "stop": 1375225580
        },
        {
            "start": 1375225584,
            "stop": 1375239695
        },
        {
            "start": 1375239834,
            "stop": 1375243552
        },
        {
            "start": 1375243555,
            "stop": 1375249008
        }
    ]
}