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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=114",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 115,
    "results": [
        {
            "start": 819938768,
            "stop": 819939950
        },
        {
            "start": 819940090,
            "stop": 819940130
        },
        {
            "start": 819940210,
            "stop": 819940370
        },
        {
            "start": 819940450,
            "stop": 819941330
        },
        {
            "start": 819941410,
            "stop": 819941653
        },
        {
            "start": 819941790,
            "stop": 819942942
        },
        {
            "start": 819942949,
            "stop": 819944036
        },
        {
            "start": 819944050,
            "stop": 819944564
        },
        {
            "start": 819944571,
            "stop": 819945050
        },
        {
            "start": 819945130,
            "stop": 819946262
        },
        {
            "start": 819946270,
            "stop": 819946791
        },
        {
            "start": 819946798,
            "stop": 819948935
        },
        {
            "start": 819948942,
            "stop": 819949002
        },
        {
            "start": 819949009,
            "stop": 819949565
        },
        {
            "start": 819949572,
            "stop": 819951074
        },
        {
            "start": 819951081,
            "stop": 819951196
        },
        {
            "start": 819951203,
            "stop": 819951650
        },
        {
            "start": 819951730,
            "stop": 819951793
        },
        {
            "start": 819951800,
            "stop": 819952091
        },
        {
            "start": 819952098,
            "stop": 819952672
        }
    ]
}