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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=465",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=463",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 464,
    "results": [
        {
            "start": 825970848,
            "stop": 825970922
        },
        {
            "start": 825971513,
            "stop": 825971657
        },
        {
            "start": 825971703,
            "stop": 825971977
        },
        {
            "start": 825971996,
            "stop": 825972008
        },
        {
            "start": 825972042,
            "stop": 825972532
        },
        {
            "start": 825972549,
            "stop": 825972566
        },
        {
            "start": 825972579,
            "stop": 825972599
        },
        {
            "start": 825972603,
            "stop": 825972712
        },
        {
            "start": 825972715,
            "stop": 825972883
        },
        {
            "start": 825972900,
            "stop": 825973098
        },
        {
            "start": 825973101,
            "stop": 825973680
        },
        {
            "start": 825973740,
            "stop": 825973994
        },
        {
            "start": 825973997,
            "stop": 825974156
        },
        {
            "start": 825974160,
            "stop": 825974344
        },
        {
            "start": 825974348,
            "stop": 825974366
        },
        {
            "start": 825974370,
            "stop": 825974408
        },
        {
            "start": 825974426,
            "stop": 825974528
        },
        {
            "start": 825974531,
            "stop": 825974549
        },
        {
            "start": 825974553,
            "stop": 825974705
        },
        {
            "start": 825974708,
            "stop": 825974763
        }
    ]
}