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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9967",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9965",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9966,
    "results": [
        {
            "start": 871864350,
            "stop": 871864404
        },
        {
            "start": 871864457,
            "stop": 871864760
        },
        {
            "start": 871864799,
            "stop": 871864977
        },
        {
            "start": 871864994,
            "stop": 871866137
        },
        {
            "start": 871866173,
            "stop": 871870132
        },
        {
            "start": 871870168,
            "stop": 871870373
        },
        {
            "start": 871870409,
            "stop": 871870513
        },
        {
            "start": 871870549,
            "stop": 871871949
        },
        {
            "start": 871871985,
            "stop": 871872004
        },
        {
            "start": 871872040,
            "stop": 871872107
        },
        {
            "start": 871872143,
            "stop": 871873083
        },
        {
            "start": 871873100,
            "stop": 871875641
        },
        {
            "start": 871875658,
            "stop": 871878061
        },
        {
            "start": 871878078,
            "stop": 871879902
        },
        {
            "start": 871879938,
            "stop": 871880351
        },
        {
            "start": 871880368,
            "stop": 871881524
        },
        {
            "start": 871881560,
            "stop": 871882722
        },
        {
            "start": 871882739,
            "stop": 871883388
        },
        {
            "start": 871883405,
            "stop": 871884914
        },
        {
            "start": 871884931,
            "stop": 871885754
        }
    ]
}