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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=481",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=479",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 480,
    "results": [
        {
            "start": 821790948,
            "stop": 821790950
        },
        {
            "start": 821790958,
            "stop": 821790959
        },
        {
            "start": 821790965,
            "stop": 821790968
        },
        {
            "start": 821790971,
            "stop": 821790972
        },
        {
            "start": 821790975,
            "stop": 821790976
        },
        {
            "start": 821790979,
            "stop": 821790981
        },
        {
            "start": 821790984,
            "stop": 821790990
        },
        {
            "start": 821790993,
            "stop": 821790995
        },
        {
            "start": 821790998,
            "stop": 821791002
        },
        {
            "start": 821791008,
            "stop": 821791012
        },
        {
            "start": 821791015,
            "stop": 821791016
        },
        {
            "start": 821791019,
            "stop": 821791027
        },
        {
            "start": 821791030,
            "stop": 821791032
        },
        {
            "start": 821791035,
            "stop": 821791049
        },
        {
            "start": 821791054,
            "stop": 821791057
        },
        {
            "start": 821791060,
            "stop": 821791064
        },
        {
            "start": 821791078,
            "stop": 821791081
        },
        {
            "start": 821791091,
            "stop": 821791092
        },
        {
            "start": 821791095,
            "stop": 821791106
        },
        {
            "start": 821791112,
            "stop": 821791144
        }
    ]
}