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=158
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=159",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=157",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 158,
    "results": [
        {
            "start": 826643610,
            "stop": 826643625
        },
        {
            "start": 826645094,
            "stop": 826648815
        },
        {
            "start": 826648820,
            "stop": 826648917
        },
        {
            "start": 826648920,
            "stop": 826651102
        },
        {
            "start": 826651110,
            "stop": 826651132
        },
        {
            "start": 826651143,
            "stop": 826651147
        },
        {
            "start": 826651155,
            "stop": 826651157
        },
        {
            "start": 826651168,
            "stop": 826651190
        },
        {
            "start": 826651195,
            "stop": 826652370
        },
        {
            "start": 826652378,
            "stop": 826653410
        },
        {
            "start": 826653420,
            "stop": 826656833
        },
        {
            "start": 826656837,
            "stop": 826658250
        },
        {
            "start": 826658310,
            "stop": 826658331
        },
        {
            "start": 826659118,
            "stop": 826659177
        },
        {
            "start": 826659181,
            "stop": 826659263
        },
        {
            "start": 826659266,
            "stop": 826660274
        },
        {
            "start": 826660276,
            "stop": 826660287
        },
        {
            "start": 826660290,
            "stop": 826660794
        },
        {
            "start": 826661094,
            "stop": 826662103
        },
        {
            "start": 826662107,
            "stop": 826663902
        }
    ]
}