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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=327",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=325",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 326,
    "results": [
        {
            "start": 1240614538,
            "stop": 1240614574
        },
        {
            "start": 1240614575,
            "stop": 1240615032
        },
        {
            "start": 1240615035,
            "stop": 1240615037
        },
        {
            "start": 1240615038,
            "stop": 1240615205
        },
        {
            "start": 1240615206,
            "stop": 1240615314
        },
        {
            "start": 1240615315,
            "stop": 1240615443
        },
        {
            "start": 1240615444,
            "stop": 1240615469
        },
        {
            "start": 1240615471,
            "stop": 1240615650
        },
        {
            "start": 1240615651,
            "stop": 1240615667
        },
        {
            "start": 1240615668,
            "stop": 1240615780
        },
        {
            "start": 1240615781,
            "stop": 1240615785
        },
        {
            "start": 1240615786,
            "stop": 1240616015
        },
        {
            "start": 1240616016,
            "stop": 1240616181
        },
        {
            "start": 1240616182,
            "stop": 1240616312
        },
        {
            "start": 1240616313,
            "stop": 1240616408
        },
        {
            "start": 1240616410,
            "stop": 1240616548
        },
        {
            "start": 1240616551,
            "stop": 1240616637
        },
        {
            "start": 1240616638,
            "stop": 1240616963
        },
        {
            "start": 1240616964,
            "stop": 1240616986
        },
        {
            "start": 1240616988,
            "stop": 1240617293
        }
    ]
}