Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=444
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=445",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=443",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 444,
    "results": [
        {
            "start": 872113808,
            "stop": 872123024
        },
        {
            "start": 872123046,
            "stop": 872126441
        },
        {
            "start": 872126459,
            "stop": 872126962
        },
        {
            "start": 872126980,
            "stop": 872127226
        },
        {
            "start": 872127246,
            "stop": 872128623
        },
        {
            "start": 872128641,
            "stop": 872128903
        },
        {
            "start": 872128920,
            "stop": 872129010
        },
        {
            "start": 872129042,
            "stop": 872129130
        },
        {
            "start": 872129198,
            "stop": 872129373
        },
        {
            "start": 872129392,
            "stop": 872129871
        },
        {
            "start": 872130812,
            "stop": 872131643
        },
        {
            "start": 872131662,
            "stop": 872142129
        },
        {
            "start": 872143042,
            "stop": 872167498
        },
        {
            "start": 872169416,
            "stop": 872171040
        },
        {
            "start": 872171171,
            "stop": 872183025
        },
        {
            "start": 872183325,
            "stop": 872201550
        },
        {
            "start": 872202724,
            "stop": 872215470
        },
        {
            "start": 872215530,
            "stop": 872223210
        },
        {
            "start": 872223270,
            "stop": 872229030
        },
        {
            "start": 872229090,
            "stop": 872242591
        }
    ]
}