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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=271",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=269",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 270,
    "results": [
        {
            "start": 818067363,
            "stop": 818067367
        },
        {
            "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
        },
        {
            "start": 818264876,
            "stop": 818264877
        }
    ]
}