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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=222",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=220",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 221,
    "results": [
        {
            "start": 931160945,
            "stop": 931160946
        },
        {
            "start": 931160948,
            "stop": 931160949
        },
        {
            "start": 931160950,
            "stop": 931160956
        },
        {
            "start": 931160958,
            "stop": 931160960
        },
        {
            "start": 931160961,
            "stop": 931160963
        },
        {
            "start": 931160965,
            "stop": 931160968
        },
        {
            "start": 931160969,
            "stop": 931160971
        },
        {
            "start": 931160974,
            "stop": 931160978
        },
        {
            "start": 931160980,
            "stop": 931160991
        },
        {
            "start": 931160993,
            "stop": 931161001
        },
        {
            "start": 931161005,
            "stop": 931161008
        },
        {
            "start": 931161010,
            "stop": 931161011
        },
        {
            "start": 931161012,
            "stop": 931161014
        },
        {
            "start": 931161017,
            "stop": 931161023
        },
        {
            "start": 931161024,
            "stop": 931161026
        },
        {
            "start": 931161031,
            "stop": 931161033
        },
        {
            "start": 931161034,
            "stop": 931161039
        },
        {
            "start": 931161040,
            "stop": 931161045
        },
        {
            "start": 931161047,
            "stop": 931161049
        },
        {
            "start": 931161050,
            "stop": 931161051
        }
    ]
}