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=128
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=129",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=127",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 128,
    "results": [
        {
            "start": 818264323,
            "stop": 818264392
        },
        {
            "start": 818264401,
            "stop": 818264416
        },
        {
            "start": 818264424,
            "stop": 818264427
        },
        {
            "start": 818264435,
            "stop": 818264507
        },
        {
            "start": 818264515,
            "stop": 818264525
        },
        {
            "start": 818264533,
            "stop": 818264560
        },
        {
            "start": 818264569,
            "stop": 818264587
        },
        {
            "start": 818264595,
            "stop": 818264596
        },
        {
            "start": 818264604,
            "stop": 818264607
        },
        {
            "start": 818264615,
            "stop": 818264639
        },
        {
            "start": 818264647,
            "stop": 818264652
        },
        {
            "start": 818264660,
            "stop": 818264684
        },
        {
            "start": 818264704,
            "stop": 818264707
        },
        {
            "start": 818264726,
            "stop": 818264734
        },
        {
            "start": 818264742,
            "stop": 818264763
        },
        {
            "start": 818264773,
            "stop": 818264779
        },
        {
            "start": 818264797,
            "stop": 818264799
        },
        {
            "start": 818264807,
            "stop": 818264812
        },
        {
            "start": 818264828,
            "stop": 818264831
        },
        {
            "start": 818264872,
            "stop": 818264884
        }
    ]
}