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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=721",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=719",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 720,
    "results": [
        {
            "start": 830396113,
            "stop": 830396128
        },
        {
            "start": 830396143,
            "stop": 830396152
        },
        {
            "start": 830396156,
            "stop": 830396162
        },
        {
            "start": 830396166,
            "stop": 830396190
        },
        {
            "start": 830396194,
            "stop": 830396215
        },
        {
            "start": 830396223,
            "stop": 830396242
        },
        {
            "start": 830396248,
            "stop": 830396251
        },
        {
            "start": 830396255,
            "stop": 830396274
        },
        {
            "start": 830396289,
            "stop": 830396291
        },
        {
            "start": 830396315,
            "stop": 830396351
        },
        {
            "start": 830396355,
            "stop": 830396368
        },
        {
            "start": 830396382,
            "stop": 830396388
        },
        {
            "start": 830396392,
            "stop": 830396417
        },
        {
            "start": 830396425,
            "stop": 830396446
        },
        {
            "start": 830396456,
            "stop": 830396463
        },
        {
            "start": 830396466,
            "stop": 830396468
        },
        {
            "start": 830396471,
            "stop": 830396493
        },
        {
            "start": 830396496,
            "stop": 830396501
        },
        {
            "start": 830396509,
            "stop": 830396513
        },
        {
            "start": 830396527,
            "stop": 830396534
        }
    ]
}