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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8651",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8649",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8650,
    "results": [
        {
            "start": 871566842,
            "stop": 871566865
        },
        {
            "start": 871566882,
            "stop": 871566886
        },
        {
            "start": 871566903,
            "stop": 871566946
        },
        {
            "start": 871567001,
            "stop": 871567078
        },
        {
            "start": 871567105,
            "stop": 871567140
        },
        {
            "start": 871567157,
            "stop": 871567486
        },
        {
            "start": 871567503,
            "stop": 871567853
        },
        {
            "start": 871567973,
            "stop": 871569266
        },
        {
            "start": 871569283,
            "stop": 871569470
        },
        {
            "start": 871569590,
            "stop": 871571119
        },
        {
            "start": 871571239,
            "stop": 871571735
        },
        {
            "start": 871571855,
            "stop": 871572062
        },
        {
            "start": 871572079,
            "stop": 871572178
        },
        {
            "start": 871572195,
            "stop": 871574180
        },
        {
            "start": 871574197,
            "stop": 871576315
        },
        {
            "start": 871576435,
            "stop": 871580280
        },
        {
            "start": 871580340,
            "stop": 871582496
        },
        {
            "start": 871582616,
            "stop": 871583498
        },
        {
            "start": 871583532,
            "stop": 871583733
        },
        {
            "start": 871583750,
            "stop": 871584700
        }
    ]
}