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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7467",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7465",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7466,
    "results": [
        {
            "start": 970118720,
            "stop": 970119504
        },
        {
            "start": 970119507,
            "stop": 970119965
        },
        {
            "start": 970119971,
            "stop": 970120008
        },
        {
            "start": 970120011,
            "stop": 970120167
        },
        {
            "start": 970120170,
            "stop": 970120255
        },
        {
            "start": 970120260,
            "stop": 970120399
        },
        {
            "start": 970120402,
            "stop": 970120596
        },
        {
            "start": 970120602,
            "stop": 970120887
        },
        {
            "start": 970120890,
            "stop": 970121298
        },
        {
            "start": 970121301,
            "stop": 970122528
        },
        {
            "start": 970122531,
            "stop": 970122575
        },
        {
            "start": 970122578,
            "stop": 970122582
        },
        {
            "start": 970122585,
            "stop": 970122598
        },
        {
            "start": 970122601,
            "stop": 970122646
        },
        {
            "start": 970122648,
            "stop": 970123580
        },
        {
            "start": 970123583,
            "stop": 970124225
        },
        {
            "start": 970124228,
            "stop": 970124315
        },
        {
            "start": 970124318,
            "stop": 970124324
        },
        {
            "start": 970124327,
            "stop": 970124329
        },
        {
            "start": 970124332,
            "stop": 970124438
        }
    ]
}