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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10109",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10110,
    "results": [
        {
            "start": 873398420,
            "stop": 873398700
        },
        {
            "start": 873398707,
            "stop": 873398743
        },
        {
            "start": 873398750,
            "stop": 873398799
        },
        {
            "start": 873398806,
            "stop": 873398906
        },
        {
            "start": 873398942,
            "stop": 873399383
        },
        {
            "start": 873399390,
            "stop": 873399450
        },
        {
            "start": 873399502,
            "stop": 873399540
        },
        {
            "start": 873399577,
            "stop": 873399627
        },
        {
            "start": 873399634,
            "stop": 873399683
        },
        {
            "start": 873399690,
            "stop": 873399727
        },
        {
            "start": 873399735,
            "stop": 873400037
        },
        {
            "start": 873400044,
            "stop": 873400069
        },
        {
            "start": 873400077,
            "stop": 873400143
        },
        {
            "start": 873400150,
            "stop": 873400165
        },
        {
            "start": 873400173,
            "stop": 873400225
        },
        {
            "start": 873400261,
            "stop": 873400357
        },
        {
            "start": 873400393,
            "stop": 873400694
        },
        {
            "start": 873400730,
            "stop": 873400738
        },
        {
            "start": 873400774,
            "stop": 873400817
        },
        {
            "start": 873400857,
            "stop": 873400885
        }
    ]
}