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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=184",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=182",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 183,
    "results": [
        {
            "start": 826938999,
            "stop": 826939001
        },
        {
            "start": 826939003,
            "stop": 826939247
        },
        {
            "start": 826939249,
            "stop": 826939251
        },
        {
            "start": 826939255,
            "stop": 826939256
        },
        {
            "start": 826939261,
            "stop": 826939273
        },
        {
            "start": 826939276,
            "stop": 826939323
        },
        {
            "start": 826939330,
            "stop": 826939335
        },
        {
            "start": 826939337,
            "stop": 826939342
        },
        {
            "start": 826939344,
            "stop": 826939378
        },
        {
            "start": 826939381,
            "stop": 826939491
        },
        {
            "start": 826939495,
            "stop": 826939662
        },
        {
            "start": 826939664,
            "stop": 826941035
        },
        {
            "start": 826941042,
            "stop": 826941043
        },
        {
            "start": 826941045,
            "stop": 826941048
        },
        {
            "start": 826941052,
            "stop": 826941083
        },
        {
            "start": 826941085,
            "stop": 826941116
        },
        {
            "start": 826941118,
            "stop": 826941211
        },
        {
            "start": 826941214,
            "stop": 826941238
        },
        {
            "start": 826941240,
            "stop": 826941290
        },
        {
            "start": 826941296,
            "stop": 826941301
        }
    ]
}