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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5107",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5108,
    "results": [
        {
            "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
        },
        {
            "start": 873400929,
            "stop": 873401160
        },
        {
            "start": 873401167,
            "stop": 873401308
        },
        {
            "start": 873401315,
            "stop": 873401433
        },
        {
            "start": 873401440,
            "stop": 873401902
        },
        {
            "start": 873401909,
            "stop": 873402080
        },
        {
            "start": 873402116,
            "stop": 873402154
        },
        {
            "start": 873402195,
            "stop": 873402318
        },
        {
            "start": 873402326,
            "stop": 873402640
        },
        {
            "start": 873402647,
            "stop": 873402686
        },
        {
            "start": 873402697,
            "stop": 873402731
        },
        {
            "start": 873402739,
            "stop": 873402779
        },
        {
            "start": 873402786,
            "stop": 873402849
        },
        {
            "start": 873402856,
            "stop": 873403014
        }
    ]
}