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=233
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=234",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=232",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 233,
    "results": [
        {
            "start": 821278431,
            "stop": 821278440
        },
        {
            "start": 821278447,
            "stop": 821278467
        },
        {
            "start": 821278472,
            "stop": 821278493
        },
        {
            "start": 821278505,
            "stop": 821278587
        },
        {
            "start": 821278596,
            "stop": 821278671
        },
        {
            "start": 821278676,
            "stop": 821278689
        },
        {
            "start": 821278694,
            "stop": 821278702
        },
        {
            "start": 821278714,
            "stop": 821278715
        },
        {
            "start": 821279684,
            "stop": 821281209
        },
        {
            "start": 821281214,
            "stop": 821281653
        },
        {
            "start": 821281658,
            "stop": 821282315
        },
        {
            "start": 821282324,
            "stop": 821282360
        },
        {
            "start": 821282365,
            "stop": 821282518
        },
        {
            "start": 821282524,
            "stop": 821284151
        },
        {
            "start": 821289620,
            "stop": 821289755
        },
        {
            "start": 821289761,
            "stop": 821289861
        },
        {
            "start": 821290046,
            "stop": 821290758
        },
        {
            "start": 821290763,
            "stop": 821290799
        },
        {
            "start": 821290810,
            "stop": 821290826
        },
        {
            "start": 821291797,
            "stop": 821291826
        }
    ]
}