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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3635",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3633",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3634,
    "results": [
        {
            "start": 970491892,
            "stop": 970491893
        },
        {
            "start": 970491896,
            "stop": 970491897
        },
        {
            "start": 970491906,
            "stop": 970491910
        },
        {
            "start": 970491929,
            "stop": 970491931
        },
        {
            "start": 970491932,
            "stop": 970491933
        },
        {
            "start": 970491942,
            "stop": 970491947
        },
        {
            "start": 970491950,
            "stop": 970491951
        },
        {
            "start": 970491957,
            "stop": 970491958
        },
        {
            "start": 970491962,
            "stop": 970491966
        },
        {
            "start": 970491969,
            "stop": 970491973
        },
        {
            "start": 970491977,
            "stop": 970491984
        },
        {
            "start": 970492032,
            "stop": 970492035
        },
        {
            "start": 970492041,
            "stop": 970492043
        },
        {
            "start": 970492045,
            "stop": 970492049
        },
        {
            "start": 970492052,
            "stop": 970492056
        },
        {
            "start": 970492061,
            "stop": 970492064
        },
        {
            "start": 970492069,
            "stop": 970492070
        },
        {
            "start": 970492074,
            "stop": 970492078
        },
        {
            "start": 970492080,
            "stop": 970492083
        },
        {
            "start": 970492085,
            "stop": 970492089
        }
    ]
}