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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4993",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4991",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4992,
    "results": [
        {
            "start": 874451924,
            "stop": 874451931
        },
        {
            "start": 874451969,
            "stop": 874451973
        },
        {
            "start": 874451992,
            "stop": 874452024
        },
        {
            "start": 874452043,
            "stop": 874452048
        },
        {
            "start": 874452068,
            "stop": 874452144
        },
        {
            "start": 874452165,
            "stop": 874452211
        },
        {
            "start": 874452230,
            "stop": 874452313
        },
        {
            "start": 874452333,
            "stop": 874452368
        },
        {
            "start": 874452387,
            "stop": 874452391
        },
        {
            "start": 874452411,
            "stop": 874452427
        },
        {
            "start": 874452456,
            "stop": 874452491
        },
        {
            "start": 874452510,
            "stop": 874452570
        },
        {
            "start": 874452601,
            "stop": 874452605
        },
        {
            "start": 874452657,
            "stop": 874452767
        },
        {
            "start": 874452786,
            "stop": 874452818
        },
        {
            "start": 874452837,
            "stop": 874452846
        },
        {
            "start": 874452865,
            "stop": 874452890
        },
        {
            "start": 874452912,
            "stop": 874453004
        },
        {
            "start": 874453035,
            "stop": 874453099
        },
        {
            "start": 874453118,
            "stop": 874453211
        }
    ]
}