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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8805",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8803",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8804,
    "results": [
        {
            "start": 872472985,
            "stop": 872472989
        },
        {
            "start": 872473008,
            "stop": 872473078
        },
        {
            "start": 872473097,
            "stop": 872473372
        },
        {
            "start": 872473391,
            "stop": 872473419
        },
        {
            "start": 872473438,
            "stop": 872473556
        },
        {
            "start": 872473573,
            "stop": 872473681
        },
        {
            "start": 872473700,
            "stop": 872474062
        },
        {
            "start": 872474081,
            "stop": 872474142
        },
        {
            "start": 872474173,
            "stop": 872474228
        },
        {
            "start": 872474253,
            "stop": 872474472
        },
        {
            "start": 872474505,
            "stop": 872474533
        },
        {
            "start": 872474567,
            "stop": 872474681
        },
        {
            "start": 872474702,
            "stop": 872474778
        },
        {
            "start": 872474898,
            "stop": 872474917
        },
        {
            "start": 872474940,
            "stop": 872474942
        },
        {
            "start": 872474994,
            "stop": 872475002
        },
        {
            "start": 872475044,
            "stop": 872475068
        },
        {
            "start": 872475178,
            "stop": 872475199
        },
        {
            "start": 872475319,
            "stop": 872475327
        },
        {
            "start": 872475369,
            "stop": 872475371
        }
    ]
}