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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=291",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=289",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 290,
    "results": [
        {
            "start": 931594032,
            "stop": 931594034
        },
        {
            "start": 931594036,
            "stop": 931594037
        },
        {
            "start": 931594049,
            "stop": 931594050
        },
        {
            "start": 931594070,
            "stop": 931594071
        },
        {
            "start": 931594073,
            "stop": 931594074
        },
        {
            "start": 931594595,
            "stop": 931594596
        },
        {
            "start": 931594631,
            "stop": 931594632
        },
        {
            "start": 931594634,
            "stop": 931594639
        },
        {
            "start": 931594642,
            "stop": 931594643
        },
        {
            "start": 931594713,
            "stop": 931594714
        },
        {
            "start": 931594787,
            "stop": 931594788
        },
        {
            "start": 931594790,
            "stop": 931594791
        },
        {
            "start": 931594926,
            "stop": 931594929
        },
        {
            "start": 931595153,
            "stop": 931595155
        },
        {
            "start": 931595158,
            "stop": 931595160
        },
        {
            "start": 931595186,
            "stop": 931595187
        },
        {
            "start": 931595190,
            "stop": 931595195
        },
        {
            "start": 931595198,
            "stop": 931595200
        },
        {
            "start": 931595236,
            "stop": 931595238
        },
        {
            "start": 931595289,
            "stop": 931595290
        }
    ]
}