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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=301",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=299",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 300,
    "results": [
        {
            "start": 818380671,
            "stop": 818381696
        },
        {
            "start": 818381719,
            "stop": 818382210
        },
        {
            "start": 818382229,
            "stop": 818382478
        },
        {
            "start": 818382497,
            "stop": 818382592
        },
        {
            "start": 818382611,
            "stop": 818382620
        },
        {
            "start": 818382639,
            "stop": 818383461
        },
        {
            "start": 818383481,
            "stop": 818383618
        },
        {
            "start": 818385632,
            "stop": 818385839
        },
        {
            "start": 818385860,
            "stop": 818385988
        },
        {
            "start": 818386031,
            "stop": 818386180
        },
        {
            "start": 818386197,
            "stop": 818388051
        },
        {
            "start": 818388074,
            "stop": 818388830
        },
        {
            "start": 818388850,
            "stop": 818390395
        },
        {
            "start": 818390441,
            "stop": 818390453
        },
        {
            "start": 818390474,
            "stop": 818391558
        },
        {
            "start": 818391582,
            "stop": 818393485
        },
        {
            "start": 818393505,
            "stop": 818393677
        },
        {
            "start": 818395604,
            "stop": 818396348
        },
        {
            "start": 818396368,
            "stop": 818396757
        },
        {
            "start": 818396795,
            "stop": 818397896
        }
    ]
}