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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=187",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 188,
    "results": [
        {
            "start": 821649782,
            "stop": 821649788
        },
        {
            "start": 821649791,
            "stop": 821649794
        },
        {
            "start": 821649797,
            "stop": 821649799
        },
        {
            "start": 821649802,
            "stop": 821649839
        },
        {
            "start": 821649842,
            "stop": 821649869
        },
        {
            "start": 821649872,
            "stop": 821649883
        },
        {
            "start": 821649886,
            "stop": 821649904
        },
        {
            "start": 821649910,
            "stop": 821649919
        },
        {
            "start": 821649922,
            "stop": 821649961
        },
        {
            "start": 821649964,
            "stop": 821649992
        },
        {
            "start": 821649998,
            "stop": 821649999
        },
        {
            "start": 821650003,
            "stop": 821650005
        },
        {
            "start": 821650008,
            "stop": 821650009
        },
        {
            "start": 821650015,
            "stop": 821650022
        },
        {
            "start": 821650025,
            "stop": 821650049
        },
        {
            "start": 821650052,
            "stop": 821650067
        },
        {
            "start": 821650070,
            "stop": 821650093
        },
        {
            "start": 821650099,
            "stop": 821650106
        },
        {
            "start": 821650109,
            "stop": 821650124
        },
        {
            "start": 821650131,
            "stop": 821650144
        }
    ]
}