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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5265",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5263",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5264,
    "results": [
        {
            "start": 1137069101,
            "stop": 1137069103
        },
        {
            "start": 1137069105,
            "stop": 1137069107
        },
        {
            "start": 1137069108,
            "stop": 1137069139
        },
        {
            "start": 1137069141,
            "stop": 1137069198
        },
        {
            "start": 1137069202,
            "stop": 1137069285
        },
        {
            "start": 1137069287,
            "stop": 1137069351
        },
        {
            "start": 1137069352,
            "stop": 1137069448
        },
        {
            "start": 1137069450,
            "stop": 1137069457
        },
        {
            "start": 1137069459,
            "stop": 1137069460
        },
        {
            "start": 1137069462,
            "stop": 1137069538
        },
        {
            "start": 1137069540,
            "stop": 1137069553
        },
        {
            "start": 1137069555,
            "stop": 1137069556
        },
        {
            "start": 1137069558,
            "stop": 1137069589
        },
        {
            "start": 1137069591,
            "stop": 1137069594
        },
        {
            "start": 1137069595,
            "stop": 1137069632
        },
        {
            "start": 1137069634,
            "stop": 1137069644
        },
        {
            "start": 1137069646,
            "stop": 1137069795
        },
        {
            "start": 1137069797,
            "stop": 1137069802
        },
        {
            "start": 1137069804,
            "stop": 1137069813
        },
        {
            "start": 1137069815,
            "stop": 1137069829
        }
    ]
}