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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=363",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=361",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 362,
    "results": [
        {
            "start": 821495608,
            "stop": 821495628
        },
        {
            "start": 821495631,
            "stop": 821495694
        },
        {
            "start": 821495697,
            "stop": 821495780
        },
        {
            "start": 821495783,
            "stop": 821495848
        },
        {
            "start": 821495852,
            "stop": 821495861
        },
        {
            "start": 821495864,
            "stop": 821495915
        },
        {
            "start": 821495918,
            "stop": 821495922
        },
        {
            "start": 821497024,
            "stop": 821497038
        },
        {
            "start": 821497058,
            "stop": 821497059
        },
        {
            "start": 821497069,
            "stop": 821497070
        },
        {
            "start": 821497082,
            "stop": 821497092
        },
        {
            "start": 821497095,
            "stop": 821497101
        },
        {
            "start": 821497106,
            "stop": 821497115
        },
        {
            "start": 821497122,
            "stop": 821497128
        },
        {
            "start": 821497131,
            "stop": 821497134
        },
        {
            "start": 821497137,
            "stop": 821497138
        },
        {
            "start": 821497144,
            "stop": 821497145
        },
        {
            "start": 821497148,
            "stop": 821497151
        },
        {
            "start": 821497154,
            "stop": 821497162
        },
        {
            "start": 821497167,
            "stop": 821497173
        }
    ]
}