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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=139",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 140,
    "results": [
        {
            "start": 819182568,
            "stop": 819182922
        },
        {
            "start": 819182926,
            "stop": 819182997
        },
        {
            "start": 819183014,
            "stop": 819183051
        },
        {
            "start": 819183054,
            "stop": 819183349
        },
        {
            "start": 819183350,
            "stop": 819183633
        },
        {
            "start": 819183636,
            "stop": 819183996
        },
        {
            "start": 819184013,
            "stop": 819184627
        },
        {
            "start": 819184631,
            "stop": 819184796
        },
        {
            "start": 819184800,
            "stop": 819184884
        },
        {
            "start": 819184901,
            "stop": 819184979
        },
        {
            "start": 819184982,
            "stop": 819185039
        },
        {
            "start": 819185043,
            "stop": 819185250
        },
        {
            "start": 819185596,
            "stop": 819185943
        },
        {
            "start": 819185960,
            "stop": 819186129
        },
        {
            "start": 819186132,
            "stop": 819186492
        },
        {
            "start": 819186495,
            "stop": 819186522
        },
        {
            "start": 819186525,
            "stop": 819186569
        },
        {
            "start": 819186572,
            "stop": 819186659
        },
        {
            "start": 819187535,
            "stop": 819187732
        },
        {
            "start": 819187735,
            "stop": 819187925
        }
    ]
}