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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=115",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=113",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 114,
    "results": [
        {
            "start": 932605894,
            "stop": 932605914
        },
        {
            "start": 932605933,
            "stop": 932606035
        },
        {
            "start": 932606054,
            "stop": 932606130
        },
        {
            "start": 932606149,
            "stop": 932606264
        },
        {
            "start": 932606283,
            "stop": 932606322
        },
        {
            "start": 932606346,
            "stop": 932607060
        },
        {
            "start": 932607079,
            "stop": 932607095
        },
        {
            "start": 932607113,
            "stop": 932607392
        },
        {
            "start": 932607411,
            "stop": 932607445
        },
        {
            "start": 932607479,
            "stop": 932607482
        },
        {
            "start": 932607501,
            "stop": 932607515
        },
        {
            "start": 932607534,
            "stop": 932608799
        },
        {
            "start": 932608818,
            "stop": 932608860
        },
        {
            "start": 932608879,
            "stop": 932609011
        },
        {
            "start": 932609030,
            "stop": 932609038
        },
        {
            "start": 932609067,
            "stop": 932609389
        },
        {
            "start": 932609408,
            "stop": 932609444
        },
        {
            "start": 932609462,
            "stop": 932609467
        },
        {
            "start": 932609485,
            "stop": 932609515
        },
        {
            "start": 932609534,
            "stop": 932609576
        }
    ]
}