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=16
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=17",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=15",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 16,
    "results": [
        {
            "start": 1369469102,
            "stop": 1369469113
        },
        {
            "start": 1369469118,
            "stop": 1369469136
        },
        {
            "start": 1369469141,
            "stop": 1369469144
        },
        {
            "start": 1369469154,
            "stop": 1369469174
        },
        {
            "start": 1369469179,
            "stop": 1369469252
        },
        {
            "start": 1369469257,
            "stop": 1369469319
        },
        {
            "start": 1369469324,
            "stop": 1369469339
        },
        {
            "start": 1369469344,
            "stop": 1369469362
        },
        {
            "start": 1369469367,
            "stop": 1369469378
        },
        {
            "start": 1369469383,
            "stop": 1369469410
        },
        {
            "start": 1369469415,
            "stop": 1369469416
        },
        {
            "start": 1369469421,
            "stop": 1369469465
        },
        {
            "start": 1369469475,
            "stop": 1369469488
        },
        {
            "start": 1369469493,
            "stop": 1369469514
        },
        {
            "start": 1369469519,
            "stop": 1369469599
        },
        {
            "start": 1369469604,
            "stop": 1369469646
        },
        {
            "start": 1369469651,
            "stop": 1369469685
        },
        {
            "start": 1369469690,
            "stop": 1369469692
        },
        {
            "start": 1369469701,
            "stop": 1369469760
        },
        {
            "start": 1369469765,
            "stop": 1369469766
        }
    ]
}