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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14635",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14633",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14634,
    "results": [
        {
            "start": 971164433,
            "stop": 971164436
        },
        {
            "start": 971164439,
            "stop": 971164440
        },
        {
            "start": 971164441,
            "stop": 971164445
        },
        {
            "start": 971164447,
            "stop": 971164448
        },
        {
            "start": 971164451,
            "stop": 971164452
        },
        {
            "start": 971164455,
            "stop": 971164458
        },
        {
            "start": 971164459,
            "stop": 971164461
        },
        {
            "start": 971164462,
            "stop": 971164464
        },
        {
            "start": 971164468,
            "stop": 971164469
        },
        {
            "start": 971164472,
            "stop": 971164476
        },
        {
            "start": 971164478,
            "stop": 971164481
        },
        {
            "start": 971164482,
            "stop": 971164485
        },
        {
            "start": 971164486,
            "stop": 971164491
        },
        {
            "start": 971164495,
            "stop": 971164497
        },
        {
            "start": 971164500,
            "stop": 971164502
        },
        {
            "start": 971164514,
            "stop": 971164516
        },
        {
            "start": 971164517,
            "stop": 971164518
        },
        {
            "start": 971164521,
            "stop": 971164523
        },
        {
            "start": 971164526,
            "stop": 971164527
        },
        {
            "start": 971164529,
            "stop": 971164530
        }
    ]
}