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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=173",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=171",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 172,
    "results": [
        {
            "start": 821649674,
            "stop": 821649683
        },
        {
            "start": 821649687,
            "stop": 821649729
        },
        {
            "start": 821649732,
            "stop": 821649772
        },
        {
            "start": 821649777,
            "stop": 821649779
        },
        {
            "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
        }
    ]
}