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=273
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=274",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=272",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 273,
    "results": [
        {
            "start": 828229755,
            "stop": 828229760
        },
        {
            "start": 828229762,
            "stop": 828229768
        },
        {
            "start": 828229769,
            "stop": 828229770
        },
        {
            "start": 828229774,
            "stop": 828229776
        },
        {
            "start": 828229779,
            "stop": 828229780
        },
        {
            "start": 828229788,
            "stop": 828229789
        },
        {
            "start": 828229791,
            "stop": 828229792
        },
        {
            "start": 828229796,
            "stop": 828229797
        },
        {
            "start": 828229804,
            "stop": 828229813
        },
        {
            "start": 828229815,
            "stop": 828229817
        },
        {
            "start": 828229826,
            "stop": 828229829
        },
        {
            "start": 828229839,
            "stop": 828229841
        },
        {
            "start": 828229843,
            "stop": 828229844
        },
        {
            "start": 828229847,
            "stop": 828229849
        },
        {
            "start": 828229857,
            "stop": 828229858
        },
        {
            "start": 828229872,
            "stop": 828229873
        },
        {
            "start": 828229876,
            "stop": 828229880
        },
        {
            "start": 828229882,
            "stop": 828229883
        },
        {
            "start": 828229893,
            "stop": 828229894
        },
        {
            "start": 828229899,
            "stop": 828229901
        }
    ]
}