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=193
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=194",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=192",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 193,
    "results": [
        {
            "start": 1385797758,
            "stop": 1385798825
        },
        {
            "start": 1385804619,
            "stop": 1385806520
        },
        {
            "start": 1385806525,
            "stop": 1385807863
        },
        {
            "start": 1385807868,
            "stop": 1385812945
        },
        {
            "start": 1385812950,
            "stop": 1385817007
        },
        {
            "start": 1385817012,
            "stop": 1385818831
        },
        {
            "start": 1385818836,
            "stop": 1385819353
        },
        {
            "start": 1385819358,
            "stop": 1385821944
        },
        {
            "start": 1385852833,
            "stop": 1385856251
        },
        {
            "start": 1385856256,
            "stop": 1385858752
        },
        {
            "start": 1385858844,
            "stop": 1385862787
        },
        {
            "start": 1385862792,
            "stop": 1385874368
        },
        {
            "start": 1385874373,
            "stop": 1385877454
        },
        {
            "start": 1385877458,
            "stop": 1385877975
        },
        {
            "start": 1385877980,
            "stop": 1385878089
        },
        {
            "start": 1385878094,
            "stop": 1385883691
        },
        {
            "start": 1385888434,
            "stop": 1385889699
        },
        {
            "start": 1385889704,
            "stop": 1385890596
        },
        {
            "start": 1385890601,
            "stop": 1385897537
        },
        {
            "start": 1385897542,
            "stop": 1385908780
        }
    ]
}