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=6571
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=6572",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6570",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6571,
    "results": [
        {
            "start": 874517467,
            "stop": 874517987
        },
        {
            "start": 874517988,
            "stop": 874518583
        },
        {
            "start": 874518584,
            "stop": 874518632
        },
        {
            "start": 874518633,
            "stop": 874518745
        },
        {
            "start": 874518746,
            "stop": 874519116
        },
        {
            "start": 874519118,
            "stop": 874519322
        },
        {
            "start": 874519323,
            "stop": 874519620
        },
        {
            "start": 874519621,
            "stop": 874519623
        },
        {
            "start": 874519624,
            "stop": 874519642
        },
        {
            "start": 874519644,
            "stop": 874519664
        },
        {
            "start": 874519665,
            "stop": 874519686
        },
        {
            "start": 874519687,
            "stop": 874519752
        },
        {
            "start": 874519753,
            "stop": 874519800
        },
        {
            "start": 874519802,
            "stop": 874520173
        },
        {
            "start": 874520174,
            "stop": 874520488
        },
        {
            "start": 874520489,
            "stop": 874520678
        },
        {
            "start": 874520679,
            "stop": 874520788
        },
        {
            "start": 874520789,
            "stop": 874520855
        },
        {
            "start": 874520856,
            "stop": 874520860
        },
        {
            "start": 874520861,
            "stop": 874521274
        }
    ]
}