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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=173",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT1/segments?format=api&page=171",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 172,
    "results": [
        {
            "start": 1419822006,
            "stop": 1419822178
        },
        {
            "start": 1419822182,
            "stop": 1419822714
        },
        {
            "start": 1419822718,
            "stop": 1419823074
        },
        {
            "start": 1419823078,
            "stop": 1419823166
        },
        {
            "start": 1419823178,
            "stop": 1419823230
        },
        {
            "start": 1419823246,
            "stop": 1419823634
        },
        {
            "start": 1419823642,
            "stop": 1419823810
        },
        {
            "start": 1419823818,
            "stop": 1419823858
        },
        {
            "start": 1419823862,
            "stop": 1419824270
        },
        {
            "start": 1419824278,
            "stop": 1419824710
        },
        {
            "start": 1419824714,
            "stop": 1419824914
        },
        {
            "start": 1419824918,
            "stop": 1419824978
        },
        {
            "start": 1419824986,
            "stop": 1419825210
        },
        {
            "start": 1419825218,
            "stop": 1419825906
        },
        {
            "start": 1419825910,
            "stop": 1419826078
        },
        {
            "start": 1419826082,
            "stop": 1419826234
        },
        {
            "start": 1419826246,
            "stop": 1419827962
        },
        {
            "start": 1419827966,
            "stop": 1419828810
        },
        {
            "start": 1419828814,
            "stop": 1419829274
        },
        {
            "start": 1419829278,
            "stop": 1419829514
        }
    ]
}