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=125
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=126",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=124",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 125,
    "results": [
        {
            "start": 1379195421,
            "stop": 1379196470
        },
        {
            "start": 1379196475,
            "stop": 1379197820
        },
        {
            "start": 1379202951,
            "stop": 1379209731
        },
        {
            "start": 1379209736,
            "stop": 1379222232
        },
        {
            "start": 1379222237,
            "stop": 1379229542
        },
        {
            "start": 1379229547,
            "stop": 1379236222
        },
        {
            "start": 1379236227,
            "stop": 1379255903
        },
        {
            "start": 1379268621,
            "stop": 1379271449
        },
        {
            "start": 1379271453,
            "stop": 1379271731
        },
        {
            "start": 1379271754,
            "stop": 1379272385
        },
        {
            "start": 1379288839,
            "stop": 1379289652
        },
        {
            "start": 1379289657,
            "stop": 1379290365
        },
        {
            "start": 1379290371,
            "stop": 1379290655
        },
        {
            "start": 1379290660,
            "stop": 1379292185
        },
        {
            "start": 1379299194,
            "stop": 1379300410
        },
        {
            "start": 1379300415,
            "stop": 1379302062
        },
        {
            "start": 1379302067,
            "stop": 1379304691
        },
        {
            "start": 1379304696,
            "stop": 1379307080
        },
        {
            "start": 1379307085,
            "stop": 1379313833
        },
        {
            "start": 1379313838,
            "stop": 1379316893
        }
    ]
}