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=112
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=113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=111",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 112,
    "results": [
        {
            "start": 817553667,
            "stop": 817553688
        },
        {
            "start": 817553692,
            "stop": 817553702
        },
        {
            "start": 817553705,
            "stop": 817553732
        },
        {
            "start": 817553740,
            "stop": 817553751
        },
        {
            "start": 817553760,
            "stop": 817553813
        },
        {
            "start": 817553817,
            "stop": 817553823
        },
        {
            "start": 817553827,
            "stop": 817553833
        },
        {
            "start": 817553848,
            "stop": 817553936
        },
        {
            "start": 817553942,
            "stop": 817553945
        },
        {
            "start": 817553973,
            "stop": 817553975
        },
        {
            "start": 817553978,
            "stop": 817553983
        },
        {
            "start": 817554016,
            "stop": 817554022
        },
        {
            "start": 817554026,
            "stop": 817554032
        },
        {
            "start": 817554050,
            "stop": 817554070
        },
        {
            "start": 817554083,
            "stop": 817554089
        },
        {
            "start": 817554108,
            "stop": 817554255
        },
        {
            "start": 817554764,
            "stop": 817555114
        },
        {
            "start": 817555117,
            "stop": 817558111
        },
        {
            "start": 817558114,
            "stop": 817558160
        },
        {
            "start": 817558164,
            "stop": 817559354
        }
    ]
}