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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=69",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 70,
    "results": [
        {
            "start": 816738478,
            "stop": 816738503
        },
        {
            "start": 816738542,
            "stop": 816738568
        },
        {
            "start": 816738602,
            "stop": 816738606
        },
        {
            "start": 816738609,
            "stop": 816738677
        },
        {
            "start": 816738703,
            "stop": 816738706
        },
        {
            "start": 816738726,
            "stop": 816738730
        },
        {
            "start": 816738763,
            "stop": 816738862
        },
        {
            "start": 816738905,
            "stop": 816738924
        },
        {
            "start": 816738967,
            "stop": 816738994
        },
        {
            "start": 816739072,
            "stop": 816739142
        },
        {
            "start": 816739161,
            "stop": 816739261
        },
        {
            "start": 816739309,
            "stop": 816739325
        },
        {
            "start": 816739345,
            "stop": 816739367
        },
        {
            "start": 816739412,
            "stop": 816739416
        },
        {
            "start": 816739436,
            "stop": 816739517
        },
        {
            "start": 816739563,
            "stop": 816739577
        },
        {
            "start": 816739597,
            "stop": 816739603
        },
        {
            "start": 816739627,
            "stop": 816739634
        },
        {
            "start": 816739703,
            "stop": 816739884
        },
        {
            "start": 816739904,
            "stop": 816739932
        }
    ]
}