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=40
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=41",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=39",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 40,
    "results": [
        {
            "start": 1371025840,
            "stop": 1371026351
        },
        {
            "start": 1371026356,
            "stop": 1371026440
        },
        {
            "start": 1371026445,
            "stop": 1371026701
        },
        {
            "start": 1371026706,
            "stop": 1371026842
        },
        {
            "start": 1371026847,
            "stop": 1371026967
        },
        {
            "start": 1371026972,
            "stop": 1371027200
        },
        {
            "start": 1371027205,
            "stop": 1371027474
        },
        {
            "start": 1371027479,
            "stop": 1371027498
        },
        {
            "start": 1371027502,
            "stop": 1371027537
        },
        {
            "start": 1371027541,
            "stop": 1371027569
        },
        {
            "start": 1371027574,
            "stop": 1371027855
        },
        {
            "start": 1371027859,
            "stop": 1371027872
        },
        {
            "start": 1371027882,
            "stop": 1371027923
        },
        {
            "start": 1371027928,
            "stop": 1371027948
        },
        {
            "start": 1371027953,
            "stop": 1371027954
        },
        {
            "start": 1371027959,
            "stop": 1371028025
        },
        {
            "start": 1371028030,
            "stop": 1371028076
        },
        {
            "start": 1371028085,
            "stop": 1371028204
        },
        {
            "start": 1371028209,
            "stop": 1371028230
        },
        {
            "start": 1371028234,
            "stop": 1371028248
        }
    ]
}