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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7346",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7344",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7345,
    "results": [
        {
            "start": 969341849,
            "stop": 969343209
        },
        {
            "start": 969343230,
            "stop": 969343564
        },
        {
            "start": 969343585,
            "stop": 969343598
        },
        {
            "start": 969343619,
            "stop": 969343652
        },
        {
            "start": 969345158,
            "stop": 969347058
        },
        {
            "start": 969347061,
            "stop": 969347615
        },
        {
            "start": 969347618,
            "stop": 969347987
        },
        {
            "start": 969347990,
            "stop": 969348141
        },
        {
            "start": 969348145,
            "stop": 969348543
        },
        {
            "start": 969348546,
            "stop": 969349247
        },
        {
            "start": 969349250,
            "stop": 969349477
        },
        {
            "start": 969349498,
            "stop": 969349518
        },
        {
            "start": 969349521,
            "stop": 969349559
        },
        {
            "start": 969349580,
            "stop": 969349597
        },
        {
            "start": 969349618,
            "stop": 969349744
        },
        {
            "start": 969349783,
            "stop": 969349784
        },
        {
            "start": 969349805,
            "stop": 969349876
        },
        {
            "start": 969349897,
            "stop": 969349905
        },
        {
            "start": 969349969,
            "stop": 969349972
        },
        {
            "start": 969349993,
            "stop": 969350503
        }
    ]
}