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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=102",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=100",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 101,
    "results": [
        {
            "start": 1239206657,
            "stop": 1239207553
        },
        {
            "start": 1239207555,
            "stop": 1239208793
        },
        {
            "start": 1239213615,
            "stop": 1239215088
        },
        {
            "start": 1239215096,
            "stop": 1239215160
        },
        {
            "start": 1239215161,
            "stop": 1239215255
        },
        {
            "start": 1239215256,
            "stop": 1239215257
        },
        {
            "start": 1239215258,
            "stop": 1239215904
        },
        {
            "start": 1239215907,
            "stop": 1239216256
        },
        {
            "start": 1239216259,
            "stop": 1239217369
        },
        {
            "start": 1239217372,
            "stop": 1239217571
        },
        {
            "start": 1239217572,
            "stop": 1239218159
        },
        {
            "start": 1239218160,
            "stop": 1239221198
        },
        {
            "start": 1239221201,
            "stop": 1239222753
        },
        {
            "start": 1239222754,
            "stop": 1239222834
        },
        {
            "start": 1239222837,
            "stop": 1239222848
        },
        {
            "start": 1239222851,
            "stop": 1239222985
        },
        {
            "start": 1239222988,
            "stop": 1239222993
        },
        {
            "start": 1239222996,
            "stop": 1239223016
        },
        {
            "start": 1239223018,
            "stop": 1239223084
        },
        {
            "start": 1239223087,
            "stop": 1239223119
        }
    ]
}