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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=358",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=356",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 357,
    "results": [
        {
            "start": 1240731530,
            "stop": 1240731547
        },
        {
            "start": 1240731548,
            "stop": 1240731573
        },
        {
            "start": 1240731574,
            "stop": 1240731794
        },
        {
            "start": 1240731795,
            "stop": 1240731837
        },
        {
            "start": 1240731839,
            "stop": 1240732098
        },
        {
            "start": 1240732099,
            "stop": 1240732230
        },
        {
            "start": 1240732232,
            "stop": 1240732263
        },
        {
            "start": 1240732264,
            "stop": 1240732332
        },
        {
            "start": 1240732333,
            "stop": 1240732519
        },
        {
            "start": 1240732520,
            "stop": 1240732562
        },
        {
            "start": 1240732565,
            "stop": 1240732570
        },
        {
            "start": 1240732571,
            "stop": 1240732592
        },
        {
            "start": 1240732593,
            "stop": 1240732700
        },
        {
            "start": 1240732703,
            "stop": 1240732739
        },
        {
            "start": 1240732740,
            "stop": 1240732760
        },
        {
            "start": 1240732762,
            "stop": 1240732848
        },
        {
            "start": 1240732849,
            "stop": 1240732900
        },
        {
            "start": 1240732901,
            "stop": 1240733042
        },
        {
            "start": 1240733043,
            "stop": 1240733113
        },
        {
            "start": 1240733115,
            "stop": 1240733267
        }
    ]
}