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=164
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=165",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=163",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 164,
    "results": [
        {
            "start": 1383055295,
            "stop": 1383063820
        },
        {
            "start": 1383063825,
            "stop": 1383063887
        },
        {
            "start": 1383063890,
            "stop": 1383067093
        },
        {
            "start": 1383067098,
            "stop": 1383068854
        },
        {
            "start": 1383068859,
            "stop": 1383069749
        },
        {
            "start": 1383069754,
            "stop": 1383076439
        },
        {
            "start": 1383076444,
            "stop": 1383077434
        },
        {
            "start": 1383104293,
            "stop": 1383104857
        },
        {
            "start": 1383104862,
            "stop": 1383107481
        },
        {
            "start": 1383107565,
            "stop": 1383108260
        },
        {
            "start": 1383108265,
            "stop": 1383109578
        },
        {
            "start": 1383109583,
            "stop": 1383110674
        },
        {
            "start": 1383110679,
            "stop": 1383118928
        },
        {
            "start": 1383118932,
            "stop": 1383127806
        },
        {
            "start": 1383127811,
            "stop": 1383134956
        },
        {
            "start": 1383134961,
            "stop": 1383143270
        },
        {
            "start": 1383143275,
            "stop": 1383143299
        },
        {
            "start": 1383143304,
            "stop": 1383146264
        },
        {
            "start": 1383146269,
            "stop": 1383149243
        },
        {
            "start": 1383149248,
            "stop": 1383154818
        }
    ]
}