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=290
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=291",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=289",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 290,
    "results": [
        {
            "start": 822250898,
            "stop": 822250913
        },
        {
            "start": 822250922,
            "stop": 822250944
        },
        {
            "start": 822261248,
            "stop": 822262720
        },
        {
            "start": 822265293,
            "stop": 822274129
        },
        {
            "start": 822274183,
            "stop": 822277740
        },
        {
            "start": 822277846,
            "stop": 822277943
        },
        {
            "start": 822277986,
            "stop": 822278092
        },
        {
            "start": 822278285,
            "stop": 822293700
        },
        {
            "start": 822295246,
            "stop": 822295647
        },
        {
            "start": 822301570,
            "stop": 822302566
        },
        {
            "start": 822302671,
            "stop": 822306524
        },
        {
            "start": 822306606,
            "stop": 822309335
        },
        {
            "start": 822310234,
            "stop": 822311671
        },
        {
            "start": 822311802,
            "stop": 822315720
        },
        {
            "start": 822315725,
            "stop": 822315766
        },
        {
            "start": 822316822,
            "stop": 822317539
        },
        {
            "start": 822317544,
            "stop": 822317796
        },
        {
            "start": 822317801,
            "stop": 822318587
        },
        {
            "start": 822318720,
            "stop": 822318859
        },
        {
            "start": 822318871,
            "stop": 822318917
        }
    ]
}