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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=328",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=326",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 327,
    "results": [
        {
            "start": 818249175,
            "stop": 818249178
        },
        {
            "start": 818249186,
            "stop": 818249189
        },
        {
            "start": 818249192,
            "stop": 818249203
        },
        {
            "start": 818249217,
            "stop": 818249219
        },
        {
            "start": 818249249,
            "stop": 818249250
        },
        {
            "start": 818249256,
            "stop": 818249257
        },
        {
            "start": 818249260,
            "stop": 818249266
        },
        {
            "start": 818249269,
            "stop": 818249271
        },
        {
            "start": 818249279,
            "stop": 818249285
        },
        {
            "start": 818249288,
            "stop": 818249289
        },
        {
            "start": 818249296,
            "stop": 818249300
        },
        {
            "start": 818249304,
            "stop": 818249306
        },
        {
            "start": 818249309,
            "stop": 818249314
        },
        {
            "start": 818249322,
            "stop": 818249327
        },
        {
            "start": 818249336,
            "stop": 818249345
        },
        {
            "start": 818249349,
            "stop": 818249353
        },
        {
            "start": 818249356,
            "stop": 818249357
        },
        {
            "start": 818249362,
            "stop": 818249374
        },
        {
            "start": 818249394,
            "stop": 818249395
        },
        {
            "start": 818249406,
            "stop": 818249407
        }
    ]
}