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=283
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=284",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=282",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 283,
    "results": [
        {
            "start": 818068521,
            "stop": 818068522
        },
        {
            "start": 818070480,
            "stop": 818070483
        },
        {
            "start": 818160994,
            "stop": 818160996
        },
        {
            "start": 818206116,
            "stop": 818206127
        },
        {
            "start": 818206189,
            "stop": 818206195
        },
        {
            "start": 818222998,
            "stop": 818223000
        },
        {
            "start": 818225916,
            "stop": 818225917
        },
        {
            "start": 818238301,
            "stop": 818238303
        },
        {
            "start": 818251383,
            "stop": 818251385
        },
        {
            "start": 818264053,
            "stop": 818264054
        },
        {
            "start": 818264110,
            "stop": 818264160
        },
        {
            "start": 818264240,
            "stop": 818264285
        },
        {
            "start": 818264362,
            "stop": 818264385
        },
        {
            "start": 818264405,
            "stop": 818264409
        },
        {
            "start": 818264439,
            "stop": 818264496
        },
        {
            "start": 818264540,
            "stop": 818264553
        },
        {
            "start": 818264573,
            "stop": 818264580
        },
        {
            "start": 818264619,
            "stop": 818264632
        },
        {
            "start": 818264669,
            "stop": 818264677
        },
        {
            "start": 818264746,
            "stop": 818264756
        }
    ]
}