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=479
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=480",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=478",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 479,
    "results": [
        {
            "start": 821790739,
            "stop": 821790740
        },
        {
            "start": 821790744,
            "stop": 821790745
        },
        {
            "start": 821790751,
            "stop": 821790761
        },
        {
            "start": 821790776,
            "stop": 821790780
        },
        {
            "start": 821790783,
            "stop": 821790803
        },
        {
            "start": 821790806,
            "stop": 821790807
        },
        {
            "start": 821790812,
            "stop": 821790816
        },
        {
            "start": 821790819,
            "stop": 821790821
        },
        {
            "start": 821790828,
            "stop": 821790832
        },
        {
            "start": 821790835,
            "stop": 821790841
        },
        {
            "start": 821790844,
            "stop": 821790860
        },
        {
            "start": 821790866,
            "stop": 821790869
        },
        {
            "start": 821790876,
            "stop": 821790878
        },
        {
            "start": 821790881,
            "stop": 821790884
        },
        {
            "start": 821790890,
            "stop": 821790891
        },
        {
            "start": 821790894,
            "stop": 821790901
        },
        {
            "start": 821790907,
            "stop": 821790910
        },
        {
            "start": 821790913,
            "stop": 821790914
        },
        {
            "start": 821790923,
            "stop": 821790934
        },
        {
            "start": 821790942,
            "stop": 821790944
        }
    ]
}