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/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=62
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=61",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 62,
    "results": [
        {
            "start": 1403783496,
            "stop": 1403790360
        },
        {
            "start": 1403790714,
            "stop": 1403799470
        },
        {
            "start": 1403799472,
            "stop": 1403805257
        },
        {
            "start": 1403805261,
            "stop": 1403829063
        },
        {
            "start": 1403829068,
            "stop": 1403836851
        },
        {
            "start": 1403836854,
            "stop": 1403862529
        },
        {
            "start": 1403862532,
            "stop": 1403870510
        },
        {
            "start": 1403870513,
            "stop": 1403883144
        },
        {
            "start": 1403897364,
            "stop": 1403907720
        },
        {
            "start": 1403907950,
            "stop": 1403907964
        },
        {
            "start": 1403926532,
            "stop": 1403929467
        },
        {
            "start": 1403929470,
            "stop": 1403930190
        },
        {
            "start": 1403930326,
            "stop": 1403931160
        },
        {
            "start": 1403931163,
            "stop": 1403931417
        },
        {
            "start": 1403931419,
            "stop": 1403931628
        },
        {
            "start": 1403931682,
            "stop": 1403931705
        },
        {
            "start": 1403931708,
            "stop": 1403931709
        },
        {
            "start": 1403931711,
            "stop": 1403931725
        },
        {
            "start": 1403931727,
            "stop": 1403931761
        },
        {
            "start": 1403931835,
            "stop": 1403932022
        }
    ]
}