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=235
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=236",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=234",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 235,
    "results": [
        {
            "start": 1240147829,
            "stop": 1240147875
        },
        {
            "start": 1240147876,
            "stop": 1240148001
        },
        {
            "start": 1240148002,
            "stop": 1240148009
        },
        {
            "start": 1240148011,
            "stop": 1240148055
        },
        {
            "start": 1240148056,
            "stop": 1240148066
        },
        {
            "start": 1240148073,
            "stop": 1240148464
        },
        {
            "start": 1240148465,
            "stop": 1240148479
        },
        {
            "start": 1240148481,
            "stop": 1240148483
        },
        {
            "start": 1240148486,
            "stop": 1240148490
        },
        {
            "start": 1240148493,
            "stop": 1240148494
        },
        {
            "start": 1240148497,
            "stop": 1240148723
        },
        {
            "start": 1240148726,
            "stop": 1240148847
        },
        {
            "start": 1240148849,
            "stop": 1240148951
        },
        {
            "start": 1240148952,
            "stop": 1240148992
        },
        {
            "start": 1240148993,
            "stop": 1240149089
        },
        {
            "start": 1240149090,
            "stop": 1240149119
        },
        {
            "start": 1240149120,
            "stop": 1240149797
        },
        {
            "start": 1240149799,
            "stop": 1240149890
        },
        {
            "start": 1240149891,
            "stop": 1240150458
        },
        {
            "start": 1240150459,
            "stop": 1240150824
        }
    ]
}