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=107
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=108",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=106",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 107,
    "results": [
        {
            "start": 932480288,
            "stop": 932480459
        },
        {
            "start": 932480483,
            "stop": 932481245
        },
        {
            "start": 932481251,
            "stop": 932481585
        },
        {
            "start": 932481590,
            "stop": 932483072
        },
        {
            "start": 932483077,
            "stop": 932483382
        },
        {
            "start": 932483387,
            "stop": 932483694
        },
        {
            "start": 932483699,
            "stop": 932484203
        },
        {
            "start": 932485199,
            "stop": 932485200
        },
        {
            "start": 932485282,
            "stop": 932485840
        },
        {
            "start": 932485845,
            "stop": 932485871
        },
        {
            "start": 932487529,
            "stop": 932487643
        },
        {
            "start": 932487648,
            "stop": 932487722
        },
        {
            "start": 932487727,
            "stop": 932489266
        },
        {
            "start": 932489271,
            "stop": 932491049
        },
        {
            "start": 932491054,
            "stop": 932493387
        },
        {
            "start": 932493407,
            "stop": 932494554
        },
        {
            "start": 932494559,
            "stop": 932494611
        },
        {
            "start": 932494616,
            "stop": 932495217
        },
        {
            "start": 932495219,
            "stop": 932495517
        },
        {
            "start": 932495522,
            "stop": 932495660
        }
    ]
}