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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=266",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=264",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 265,
    "results": [
        {
            "start": 821581820,
            "stop": 821581823
        },
        {
            "start": 821581827,
            "stop": 821582066
        },
        {
            "start": 821582070,
            "stop": 821582073
        },
        {
            "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
        }
    ]
}