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=2192
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=2193",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2191",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2192,
    "results": [
        {
            "start": 872511243,
            "stop": 872511293
        },
        {
            "start": 872511342,
            "stop": 872511345
        },
        {
            "start": 872511378,
            "stop": 872511380
        },
        {
            "start": 872511432,
            "stop": 872511449
        },
        {
            "start": 872512397,
            "stop": 872512471
        },
        {
            "start": 872512488,
            "stop": 872513143
        },
        {
            "start": 872513184,
            "stop": 872513277
        },
        {
            "start": 872513294,
            "stop": 872513456
        },
        {
            "start": 872513473,
            "stop": 872513519
        },
        {
            "start": 872513536,
            "stop": 872513699
        },
        {
            "start": 872517704,
            "stop": 872517726
        },
        {
            "start": 872517743,
            "stop": 872517763
        },
        {
            "start": 872517780,
            "stop": 872517841
        },
        {
            "start": 872517881,
            "stop": 872517898
        },
        {
            "start": 872517967,
            "stop": 872517972
        },
        {
            "start": 872517990,
            "stop": 872518027
        },
        {
            "start": 872518053,
            "stop": 872518071
        },
        {
            "start": 872518121,
            "stop": 872518159
        },
        {
            "start": 872518176,
            "stop": 872518187
        },
        {
            "start": 872518204,
            "stop": 872518237
        }
    ]
}