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=32
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=33",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=31",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 32,
    "results": [
        {
            "start": 1370455334,
            "stop": 1370455742
        },
        {
            "start": 1370455747,
            "stop": 1370456930
        },
        {
            "start": 1370456935,
            "stop": 1370458147
        },
        {
            "start": 1370458151,
            "stop": 1370459120
        },
        {
            "start": 1370459125,
            "stop": 1370459347
        },
        {
            "start": 1370459352,
            "stop": 1370460636
        },
        {
            "start": 1370460641,
            "stop": 1370461830
        },
        {
            "start": 1370461835,
            "stop": 1370461857
        },
        {
            "start": 1370466646,
            "stop": 1370469880
        },
        {
            "start": 1370469885,
            "stop": 1370469890
        },
        {
            "start": 1370469894,
            "stop": 1370471752
        },
        {
            "start": 1370471757,
            "stop": 1370471961
        },
        {
            "start": 1370471965,
            "stop": 1370472028
        },
        {
            "start": 1370472033,
            "stop": 1370473900
        },
        {
            "start": 1370473905,
            "stop": 1370475328
        },
        {
            "start": 1370479968,
            "stop": 1370490237
        },
        {
            "start": 1370495987,
            "stop": 1370511848
        },
        {
            "start": 1370511853,
            "stop": 1370511934
        },
        {
            "start": 1370511939,
            "stop": 1370512206
        },
        {
            "start": 1370512216,
            "stop": 1370512347
        }
    ]
}