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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5185",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5183",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5184,
    "results": [
        {
            "start": 873830970,
            "stop": 873831157
        },
        {
            "start": 873831166,
            "stop": 873831230
        },
        {
            "start": 873831237,
            "stop": 873831400
        },
        {
            "start": 873831408,
            "stop": 873831414
        },
        {
            "start": 873831422,
            "stop": 873831456
        },
        {
            "start": 873831492,
            "stop": 873831498
        },
        {
            "start": 873831506,
            "stop": 873831513
        },
        {
            "start": 873831521,
            "stop": 873831526
        },
        {
            "start": 873831543,
            "stop": 873831658
        },
        {
            "start": 873831720,
            "stop": 873831741
        },
        {
            "start": 873831770,
            "stop": 873831806
        },
        {
            "start": 873831823,
            "stop": 873831945
        },
        {
            "start": 873831953,
            "stop": 873832011
        },
        {
            "start": 873832019,
            "stop": 873832024
        },
        {
            "start": 873832033,
            "stop": 873832068
        },
        {
            "start": 873832076,
            "stop": 873832162
        },
        {
            "start": 873832169,
            "stop": 873832249
        },
        {
            "start": 873832266,
            "stop": 873832369
        },
        {
            "start": 873832376,
            "stop": 873832429
        },
        {
            "start": 873832437,
            "stop": 873832452
        }
    ]
}