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=7412
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=7413",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7411",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7412,
    "results": [
        {
            "start": 969874161,
            "stop": 969874170
        },
        {
            "start": 969874173,
            "stop": 969874853
        },
        {
            "start": 969874856,
            "stop": 969875087
        },
        {
            "start": 969875090,
            "stop": 969875606
        },
        {
            "start": 969875640,
            "stop": 969877113
        },
        {
            "start": 969877116,
            "stop": 969877279
        },
        {
            "start": 969877282,
            "stop": 969878151
        },
        {
            "start": 969878154,
            "stop": 969878434
        },
        {
            "start": 969878437,
            "stop": 969879198
        },
        {
            "start": 969879201,
            "stop": 969879650
        },
        {
            "start": 969879653,
            "stop": 969879948
        },
        {
            "start": 969879951,
            "stop": 969880078
        },
        {
            "start": 969880081,
            "stop": 969881340
        },
        {
            "start": 969881343,
            "stop": 969881755
        },
        {
            "start": 969881758,
            "stop": 969882466
        },
        {
            "start": 969882469,
            "stop": 969883231
        },
        {
            "start": 969883234,
            "stop": 969883954
        },
        {
            "start": 969883957,
            "stop": 969884996
        },
        {
            "start": 969884999,
            "stop": 969885674
        },
        {
            "start": 969885677,
            "stop": 969885704
        }
    ]
}