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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=78",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=76",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 77,
    "results": [
        {
            "start": 816765299,
            "stop": 816765320
        },
        {
            "start": 816765341,
            "stop": 816765393
        },
        {
            "start": 816765414,
            "stop": 816765436
        },
        {
            "start": 816765474,
            "stop": 816765492
        },
        {
            "start": 816765511,
            "stop": 816765571
        },
        {
            "start": 816765575,
            "stop": 816765591
        },
        {
            "start": 816765624,
            "stop": 816765710
        },
        {
            "start": 816765783,
            "stop": 816765793
        },
        {
            "start": 816765821,
            "stop": 816765823
        },
        {
            "start": 816765859,
            "stop": 816765925
        },
        {
            "start": 816765947,
            "stop": 816765956
        },
        {
            "start": 816765976,
            "stop": 816766025
        },
        {
            "start": 816766044,
            "stop": 816766209
        },
        {
            "start": 816766230,
            "stop": 816766287
        },
        {
            "start": 816766308,
            "stop": 816766318
        },
        {
            "start": 816766344,
            "stop": 816766351
        },
        {
            "start": 816766387,
            "stop": 816766475
        },
        {
            "start": 816766494,
            "stop": 816766623
        },
        {
            "start": 816766642,
            "stop": 816766649
        },
        {
            "start": 816766668,
            "stop": 816766675
        }
    ]
}