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=3517
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=3518",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3516",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3517,
    "results": [
        {
            "start": 871414140,
            "stop": 871414220
        },
        {
            "start": 871415186,
            "stop": 871415537
        },
        {
            "start": 871418971,
            "stop": 871419120
        },
        {
            "start": 871419258,
            "stop": 871419458
        },
        {
            "start": 871419480,
            "stop": 871419490
        },
        {
            "start": 871419510,
            "stop": 871419526
        },
        {
            "start": 871419543,
            "stop": 871419578
        },
        {
            "start": 871419595,
            "stop": 871420038
        },
        {
            "start": 871420055,
            "stop": 871420099
        },
        {
            "start": 871420116,
            "stop": 871420190
        },
        {
            "start": 871420207,
            "stop": 871420414
        },
        {
            "start": 871420436,
            "stop": 871420440
        },
        {
            "start": 871420560,
            "stop": 871420694
        },
        {
            "start": 871420720,
            "stop": 871420740
        },
        {
            "start": 871420800,
            "stop": 871420839
        },
        {
            "start": 871420856,
            "stop": 871420974
        },
        {
            "start": 871420991,
            "stop": 871421239
        },
        {
            "start": 871421256,
            "stop": 871421311
        },
        {
            "start": 871421315,
            "stop": 871421354
        },
        {
            "start": 871421371,
            "stop": 871421683
        }
    ]
}