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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6295",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6293",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6294,
    "results": [
        {
            "start": 873110341,
            "stop": 873111081
        },
        {
            "start": 873111082,
            "stop": 873111711
        },
        {
            "start": 873111712,
            "stop": 873112089
        },
        {
            "start": 873112090,
            "stop": 873112237
        },
        {
            "start": 873112238,
            "stop": 873112654
        },
        {
            "start": 873112655,
            "stop": 873113350
        },
        {
            "start": 873113351,
            "stop": 873113668
        },
        {
            "start": 873113669,
            "stop": 873113758
        },
        {
            "start": 873113759,
            "stop": 873114242
        },
        {
            "start": 873114243,
            "stop": 873114913
        },
        {
            "start": 873114914,
            "stop": 873115164
        },
        {
            "start": 873115165,
            "stop": 873115271
        },
        {
            "start": 873115272,
            "stop": 873115329
        },
        {
            "start": 873115331,
            "stop": 873115388
        },
        {
            "start": 873115390,
            "stop": 873115832
        },
        {
            "start": 873115833,
            "stop": 873116798
        },
        {
            "start": 873116799,
            "stop": 873116841
        },
        {
            "start": 873116843,
            "stop": 873116932
        },
        {
            "start": 873116933,
            "stop": 873117393
        },
        {
            "start": 873117394,
            "stop": 873117433
        }
    ]
}