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=40599
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=40600",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40598",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40599,
    "results": [
        {
            "start": 874883612,
            "stop": 874883628
        },
        {
            "start": 874883630,
            "stop": 874883643
        },
        {
            "start": 874883644,
            "stop": 874883645
        },
        {
            "start": 874883646,
            "stop": 874883672
        },
        {
            "start": 874883673,
            "stop": 874883685
        },
        {
            "start": 874883686,
            "stop": 874883695
        },
        {
            "start": 874883697,
            "stop": 874883704
        },
        {
            "start": 874883705,
            "stop": 874883716
        },
        {
            "start": 874883717,
            "stop": 874883737
        },
        {
            "start": 874883738,
            "stop": 874883862
        },
        {
            "start": 874883863,
            "stop": 874883882
        },
        {
            "start": 874883883,
            "stop": 874883905
        },
        {
            "start": 874883906,
            "stop": 874883908
        },
        {
            "start": 874883910,
            "stop": 874883916
        },
        {
            "start": 874883917,
            "stop": 874883928
        },
        {
            "start": 874883929,
            "stop": 874883957
        },
        {
            "start": 874883958,
            "stop": 874883968
        },
        {
            "start": 874883969,
            "stop": 874884004
        },
        {
            "start": 874884005,
            "stop": 874884068
        },
        {
            "start": 874884069,
            "stop": 874884071
        }
    ]
}