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=332
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=333",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=331",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 332,
    "results": [
        {
            "start": 1240638027,
            "stop": 1240638225
        },
        {
            "start": 1240638227,
            "stop": 1240638792
        },
        {
            "start": 1240638793,
            "stop": 1240638923
        },
        {
            "start": 1240638925,
            "stop": 1240638949
        },
        {
            "start": 1240638950,
            "stop": 1240638993
        },
        {
            "start": 1240638996,
            "stop": 1240639026
        },
        {
            "start": 1240639028,
            "stop": 1240639161
        },
        {
            "start": 1240639162,
            "stop": 1240639423
        },
        {
            "start": 1240639424,
            "stop": 1240639500
        },
        {
            "start": 1240639501,
            "stop": 1240639512
        },
        {
            "start": 1240639513,
            "stop": 1240639556
        },
        {
            "start": 1240639557,
            "stop": 1240639694
        },
        {
            "start": 1240639697,
            "stop": 1240639763
        },
        {
            "start": 1240639764,
            "stop": 1240639841
        },
        {
            "start": 1240639842,
            "stop": 1240639938
        },
        {
            "start": 1240639939,
            "stop": 1240639998
        },
        {
            "start": 1240639999,
            "stop": 1240640367
        },
        {
            "start": 1240640368,
            "stop": 1240640385
        },
        {
            "start": 1240640386,
            "stop": 1240640561
        },
        {
            "start": 1240640563,
            "stop": 1240640584
        }
    ]
}