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=106
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=107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=105",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 106,
    "results": [
        {
            "start": 818205990,
            "stop": 818205992
        },
        {
            "start": 818206003,
            "stop": 818206012
        },
        {
            "start": 818206071,
            "stop": 818206072
        },
        {
            "start": 818206081,
            "stop": 818206087
        },
        {
            "start": 818206098,
            "stop": 818206104
        },
        {
            "start": 818206112,
            "stop": 818206134
        },
        {
            "start": 818206154,
            "stop": 818206162
        },
        {
            "start": 818206170,
            "stop": 818206173
        },
        {
            "start": 818206185,
            "stop": 818206202
        },
        {
            "start": 818206263,
            "stop": 818206265
        },
        {
            "start": 818206275,
            "stop": 818206277
        },
        {
            "start": 818206310,
            "stop": 818206311
        },
        {
            "start": 818206431,
            "stop": 818206440
        },
        {
            "start": 818206454,
            "stop": 818206455
        },
        {
            "start": 818206467,
            "stop": 818206469
        },
        {
            "start": 818206477,
            "stop": 818206478
        },
        {
            "start": 818206524,
            "stop": 818206527
        },
        {
            "start": 818206546,
            "stop": 818206548
        },
        {
            "start": 818206601,
            "stop": 818206603
        },
        {
            "start": 818206631,
            "stop": 818206637
        }
    ]
}