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=146
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=147",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=145",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 146,
    "results": [
        {
            "start": 1381271244,
            "stop": 1381276809
        },
        {
            "start": 1381276814,
            "stop": 1381290284
        },
        {
            "start": 1381290289,
            "stop": 1381303762
        },
        {
            "start": 1381303767,
            "stop": 1381316551
        },
        {
            "start": 1381316556,
            "stop": 1381323538
        },
        {
            "start": 1381323543,
            "stop": 1381323650
        },
        {
            "start": 1381323653,
            "stop": 1381325505
        },
        {
            "start": 1381325510,
            "stop": 1381333067
        },
        {
            "start": 1381333072,
            "stop": 1381333207
        },
        {
            "start": 1381333212,
            "stop": 1381345005
        },
        {
            "start": 1381345025,
            "stop": 1381348380
        },
        {
            "start": 1381348385,
            "stop": 1381352348
        },
        {
            "start": 1381352353,
            "stop": 1381354871
        },
        {
            "start": 1381354876,
            "stop": 1381361973
        },
        {
            "start": 1381361978,
            "stop": 1381365097
        },
        {
            "start": 1381365102,
            "stop": 1381371549
        },
        {
            "start": 1381371554,
            "stop": 1381374513
        },
        {
            "start": 1381374517,
            "stop": 1381375831
        },
        {
            "start": 1381375836,
            "stop": 1381378466
        },
        {
            "start": 1381378471,
            "stop": 1381378855
        }
    ]
}