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=120
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=121",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=119",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 120,
    "results": [
        {
            "start": 932633917,
            "stop": 932634080
        },
        {
            "start": 932634173,
            "stop": 932634177
        },
        {
            "start": 932634198,
            "stop": 932634202
        },
        {
            "start": 932634221,
            "stop": 932634254
        },
        {
            "start": 932634280,
            "stop": 932634296
        },
        {
            "start": 932634329,
            "stop": 932635007
        },
        {
            "start": 932635027,
            "stop": 932635049
        },
        {
            "start": 932635068,
            "stop": 932635077
        },
        {
            "start": 932635096,
            "stop": 932636564
        },
        {
            "start": 932636593,
            "stop": 932636692
        },
        {
            "start": 932636711,
            "stop": 932636745
        },
        {
            "start": 932636811,
            "stop": 932637402
        },
        {
            "start": 932637422,
            "stop": 932638058
        },
        {
            "start": 932638122,
            "stop": 932638400
        },
        {
            "start": 932638424,
            "stop": 932638640
        },
        {
            "start": 932638658,
            "stop": 932638872
        },
        {
            "start": 932638905,
            "stop": 932639233
        },
        {
            "start": 932639252,
            "stop": 932639543
        },
        {
            "start": 932639562,
            "stop": 932639806
        },
        {
            "start": 932639825,
            "stop": 932639879
        }
    ]
}