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=161
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=162",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=160",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 161,
    "results": [
        {
            "start": 932885926,
            "stop": 932885945
        },
        {
            "start": 932886060,
            "stop": 932886083
        },
        {
            "start": 932886142,
            "stop": 932886153
        },
        {
            "start": 932886269,
            "stop": 932886272
        },
        {
            "start": 932886539,
            "stop": 932886544
        },
        {
            "start": 932887315,
            "stop": 932887336
        },
        {
            "start": 932887520,
            "stop": 932887528
        },
        {
            "start": 932887668,
            "stop": 932887684
        },
        {
            "start": 932887879,
            "stop": 932887881
        },
        {
            "start": 932887924,
            "stop": 932887934
        },
        {
            "start": 932887999,
            "stop": 932888004
        },
        {
            "start": 932888046,
            "stop": 932888058
        },
        {
            "start": 932888108,
            "stop": 932888111
        },
        {
            "start": 932888974,
            "stop": 932888979
        },
        {
            "start": 932889052,
            "stop": 932889053
        },
        {
            "start": 932890058,
            "stop": 932890071
        },
        {
            "start": 932890072,
            "stop": 932890077
        },
        {
            "start": 932890248,
            "stop": 932890258
        },
        {
            "start": 932892070,
            "stop": 932892073
        },
        {
            "start": 932892901,
            "stop": 932892903
        }
    ]
}