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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7178",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7179,
    "results": [
        {
            "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
        },
        {
            "start": 874521275,
            "stop": 874521282
        },
        {
            "start": 874521283,
            "stop": 874521327
        },
        {
            "start": 874521328,
            "stop": 874521714
        },
        {
            "start": 874521715,
            "stop": 874521782
        },
        {
            "start": 874521784,
            "stop": 874522494
        },
        {
            "start": 874522496,
            "stop": 874523034
        },
        {
            "start": 874523035,
            "stop": 874523263
        },
        {
            "start": 874523264,
            "stop": 874523491
        },
        {
            "start": 874523492,
            "stop": 874523674
        }
    ]
}