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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2185",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2183",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2184,
    "results": [
        {
            "start": 872472841,
            "stop": 872472858
        },
        {
            "start": 872472891,
            "stop": 872472918
        },
        {
            "start": 872472937,
            "stop": 872472954
        },
        {
            "start": 872472985,
            "stop": 872472989
        },
        {
            "start": 872473008,
            "stop": 872473078
        },
        {
            "start": 872473097,
            "stop": 872473372
        },
        {
            "start": 872473391,
            "stop": 872473419
        },
        {
            "start": 872473438,
            "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
        }
    ]
}