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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7338",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7336",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7337,
    "results": [
        {
            "start": 969293657,
            "stop": 969293790
        },
        {
            "start": 969293793,
            "stop": 969293803
        },
        {
            "start": 969293960,
            "stop": 969293963
        },
        {
            "start": 969294107,
            "stop": 969294155
        },
        {
            "start": 969294407,
            "stop": 969294467
        },
        {
            "start": 969294827,
            "stop": 969294932
        },
        {
            "start": 969294935,
            "stop": 969294947
        },
        {
            "start": 969295035,
            "stop": 969295042
        },
        {
            "start": 969295045,
            "stop": 969295101
        },
        {
            "start": 969295104,
            "stop": 969295247
        },
        {
            "start": 969295607,
            "stop": 969295679
        },
        {
            "start": 969295682,
            "stop": 969295721
        },
        {
            "start": 969299267,
            "stop": 969299567
        },
        {
            "start": 969299807,
            "stop": 969300167
        },
        {
            "start": 969300297,
            "stop": 969300347
        },
        {
            "start": 969300467,
            "stop": 969300491
        },
        {
            "start": 969300492,
            "stop": 969300527
        },
        {
            "start": 969300707,
            "stop": 969300803
        },
        {
            "start": 969300824,
            "stop": 969300857
        },
        {
            "start": 969301007,
            "stop": 969301367
        }
    ]
}