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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=315",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=313",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 314,
    "results": [
        {
            "start": 828901606,
            "stop": 828901617
        },
        {
            "start": 828901619,
            "stop": 828901626
        },
        {
            "start": 828901628,
            "stop": 828901633
        },
        {
            "start": 828901639,
            "stop": 828901640
        },
        {
            "start": 828901642,
            "stop": 828901645
        },
        {
            "start": 828901647,
            "stop": 828901648
        },
        {
            "start": 828901655,
            "stop": 828901666
        },
        {
            "start": 828901668,
            "stop": 828901672
        },
        {
            "start": 828901676,
            "stop": 828901684
        },
        {
            "start": 828901686,
            "stop": 828901690
        },
        {
            "start": 828901692,
            "stop": 828901693
        },
        {
            "start": 828901695,
            "stop": 828901711
        },
        {
            "start": 828901713,
            "stop": 828901725
        },
        {
            "start": 828901727,
            "stop": 828901773
        },
        {
            "start": 828901777,
            "stop": 828901792
        },
        {
            "start": 828901796,
            "stop": 828901803
        },
        {
            "start": 828901807,
            "stop": 828901814
        },
        {
            "start": 828901818,
            "stop": 828901823
        },
        {
            "start": 828901826,
            "stop": 828901832
        },
        {
            "start": 828901835,
            "stop": 828901837
        }
    ]
}