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=1803
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=1804",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1802",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1803,
    "results": [
        {
            "start": 1249794817,
            "stop": 1249794827
        },
        {
            "start": 1249794828,
            "stop": 1249794937
        },
        {
            "start": 1249794938,
            "stop": 1249794960
        },
        {
            "start": 1249794961,
            "stop": 1249794988
        },
        {
            "start": 1249794991,
            "stop": 1249794998
        },
        {
            "start": 1249794999,
            "stop": 1249795094
        },
        {
            "start": 1249795096,
            "stop": 1249795152
        },
        {
            "start": 1249795153,
            "stop": 1249795174
        },
        {
            "start": 1249795175,
            "stop": 1249795211
        },
        {
            "start": 1249795212,
            "stop": 1249795234
        },
        {
            "start": 1249795235,
            "stop": 1249795395
        },
        {
            "start": 1249795397,
            "stop": 1249795480
        },
        {
            "start": 1249795481,
            "stop": 1249796225
        },
        {
            "start": 1249796227,
            "stop": 1249796310
        },
        {
            "start": 1249796312,
            "stop": 1249796330
        },
        {
            "start": 1249796336,
            "stop": 1249796374
        },
        {
            "start": 1249796377,
            "stop": 1249796394
        },
        {
            "start": 1249796395,
            "stop": 1249796411
        },
        {
            "start": 1249796412,
            "stop": 1249796438
        },
        {
            "start": 1249796440,
            "stop": 1249796595
        }
    ]
}