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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=237",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=235",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 236,
    "results": [
        {
            "start": 933191867,
            "stop": 933191913
        },
        {
            "start": 933191932,
            "stop": 933191951
        },
        {
            "start": 933192037,
            "stop": 933192062
        },
        {
            "start": 933192103,
            "stop": 933192110
        },
        {
            "start": 933192142,
            "stop": 933192169
        },
        {
            "start": 933192203,
            "stop": 933192211
        },
        {
            "start": 933192291,
            "stop": 933192300
        },
        {
            "start": 933192371,
            "stop": 933192388
        },
        {
            "start": 933192656,
            "stop": 933192671
        },
        {
            "start": 933192798,
            "stop": 933193661
        },
        {
            "start": 933193689,
            "stop": 933193867
        },
        {
            "start": 933193886,
            "stop": 933194272
        },
        {
            "start": 933194277,
            "stop": 933194302
        },
        {
            "start": 933194307,
            "stop": 933194387
        },
        {
            "start": 933194406,
            "stop": 933194722
        },
        {
            "start": 933194723,
            "stop": 933194733
        },
        {
            "start": 933194771,
            "stop": 933195668
        },
        {
            "start": 933195673,
            "stop": 933195763
        },
        {
            "start": 933195856,
            "stop": 933195902
        },
        {
            "start": 933195929,
            "stop": 933195941
        }
    ]
}