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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5647",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5645",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5646,
    "results": [
        {
            "start": 874518839,
            "stop": 874518857
        },
        {
            "start": 874518863,
            "stop": 874518874
        },
        {
            "start": 874518877,
            "stop": 874518897
        },
        {
            "start": 874518900,
            "stop": 874518903
        },
        {
            "start": 874518906,
            "stop": 874518913
        },
        {
            "start": 874518916,
            "stop": 874518933
        },
        {
            "start": 874518936,
            "stop": 874518951
        },
        {
            "start": 874518954,
            "stop": 874519002
        },
        {
            "start": 874519006,
            "stop": 874519019
        },
        {
            "start": 874519022,
            "stop": 874519054
        },
        {
            "start": 874519058,
            "stop": 874519067
        },
        {
            "start": 874519070,
            "stop": 874519084
        },
        {
            "start": 874519087,
            "stop": 874519102
        },
        {
            "start": 874519105,
            "stop": 874519115
        },
        {
            "start": 874519119,
            "stop": 874519121
        },
        {
            "start": 874519124,
            "stop": 874519126
        },
        {
            "start": 874519131,
            "stop": 874519169
        },
        {
            "start": 874519172,
            "stop": 874519193
        },
        {
            "start": 874519197,
            "stop": 874519200
        },
        {
            "start": 874519203,
            "stop": 874519228
        }
    ]
}