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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=741",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=739",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 740,
    "results": [
        {
            "start": 871696727,
            "stop": 871701480
        },
        {
            "start": 871701540,
            "stop": 871718967
        },
        {
            "start": 871719595,
            "stop": 871743924
        },
        {
            "start": 871760075,
            "stop": 871803499
        },
        {
            "start": 871804051,
            "stop": 871814310
        },
        {
            "start": 871814370,
            "stop": 871836978
        },
        {
            "start": 871836995,
            "stop": 871842120
        },
        {
            "start": 871842180,
            "stop": 871853582
        },
        {
            "start": 871858696,
            "stop": 871860390
        },
        {
            "start": 871860510,
            "stop": 871920977
        },
        {
            "start": 871922459,
            "stop": 871931442
        },
        {
            "start": 871931448,
            "stop": 871933650
        },
        {
            "start": 871934718,
            "stop": 871942260
        },
        {
            "start": 871942320,
            "stop": 872015149
        },
        {
            "start": 872016185,
            "stop": 872016310
        },
        {
            "start": 872016329,
            "stop": 872016477
        },
        {
            "start": 872016961,
            "stop": 872018292
        },
        {
            "start": 872019292,
            "stop": 872030837
        },
        {
            "start": 872032216,
            "stop": 872049094
        },
        {
            "start": 872050844,
            "stop": 872092902
        }
    ]
}