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=227
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=228",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=226",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 227,
    "results": [
        {
            "start": 821177614,
            "stop": 821177621
        },
        {
            "start": 821177631,
            "stop": 821177666
        },
        {
            "start": 821177675,
            "stop": 821177690
        },
        {
            "start": 821177716,
            "stop": 821177745
        },
        {
            "start": 821177753,
            "stop": 821177786
        },
        {
            "start": 821177794,
            "stop": 821177849
        },
        {
            "start": 821177857,
            "stop": 821177925
        },
        {
            "start": 821177933,
            "stop": 821178003
        },
        {
            "start": 821178011,
            "stop": 821178087
        },
        {
            "start": 821178095,
            "stop": 821178130
        },
        {
            "start": 821178142,
            "stop": 821178157
        },
        {
            "start": 821178166,
            "stop": 821178170
        },
        {
            "start": 821178178,
            "stop": 821178193
        },
        {
            "start": 821178201,
            "stop": 821178227
        },
        {
            "start": 821178235,
            "stop": 821178252
        },
        {
            "start": 821178265,
            "stop": 821178279
        },
        {
            "start": 821178290,
            "stop": 821178645
        },
        {
            "start": 821178744,
            "stop": 821179132
        },
        {
            "start": 821179140,
            "stop": 821179150
        },
        {
            "start": 821179162,
            "stop": 821179182
        }
    ]
}