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=241
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=242",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=240",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 241,
    "results": [
        {
            "start": 821679812,
            "stop": 821679832
        },
        {
            "start": 821679838,
            "stop": 821679841
        },
        {
            "start": 821679844,
            "stop": 821679847
        },
        {
            "start": 821679850,
            "stop": 821679856
        },
        {
            "start": 821679861,
            "stop": 821679865
        },
        {
            "start": 821679872,
            "stop": 821679878
        },
        {
            "start": 821679881,
            "stop": 821679887
        },
        {
            "start": 821679891,
            "stop": 821679895
        },
        {
            "start": 821679901,
            "stop": 821679903
        },
        {
            "start": 821679906,
            "stop": 821679911
        },
        {
            "start": 821679914,
            "stop": 821679915
        },
        {
            "start": 821679918,
            "stop": 821679920
        },
        {
            "start": 821679923,
            "stop": 821679933
        },
        {
            "start": 821679936,
            "stop": 821679939
        },
        {
            "start": 821679942,
            "stop": 821679943
        },
        {
            "start": 821679950,
            "stop": 821679957
        },
        {
            "start": 821679961,
            "stop": 821679967
        },
        {
            "start": 821679970,
            "stop": 821679981
        },
        {
            "start": 821679984,
            "stop": 821680001
        },
        {
            "start": 821680004,
            "stop": 821680008
        }
    ]
}