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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=240",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=238",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 239,
    "results": [
        {
            "start": 821582076,
            "stop": 821582357
        },
        {
            "start": 821582360,
            "stop": 821582406
        },
        {
            "start": 821582409,
            "stop": 821582598
        },
        {
            "start": 821582601,
            "stop": 821582707
        },
        {
            "start": 821591776,
            "stop": 821591849
        },
        {
            "start": 821591852,
            "stop": 821591940
        },
        {
            "start": 821591944,
            "stop": 821591947
        },
        {
            "start": 821591950,
            "stop": 821591953
        },
        {
            "start": 821591957,
            "stop": 821591960
        },
        {
            "start": 821591964,
            "stop": 821591967
        },
        {
            "start": 821591971,
            "stop": 821591973
        },
        {
            "start": 821591977,
            "stop": 821591980
        },
        {
            "start": 821591983,
            "stop": 821592004
        },
        {
            "start": 821594707,
            "stop": 821594732
        },
        {
            "start": 821594736,
            "stop": 821594752
        },
        {
            "start": 821594756,
            "stop": 821595018
        },
        {
            "start": 821595022,
            "stop": 821595069
        },
        {
            "start": 821595072,
            "stop": 821595416
        },
        {
            "start": 821595421,
            "stop": 821595478
        },
        {
            "start": 821595482,
            "stop": 821595484
        }
    ]
}