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/L1_CBCLOW_CAT2/segments?format=api&page=14
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=15",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=13",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 14,
    "results": [
        {
            "start": 816675170,
            "stop": 816675222
        },
        {
            "start": 816675230,
            "stop": 816675309
        },
        {
            "start": 816675317,
            "stop": 816675436
        },
        {
            "start": 816675444,
            "stop": 816675475
        },
        {
            "start": 816675485,
            "stop": 816675557
        },
        {
            "start": 816675565,
            "stop": 816675700
        },
        {
            "start": 816675708,
            "stop": 816675780
        },
        {
            "start": 816675788,
            "stop": 816675818
        },
        {
            "start": 816675826,
            "stop": 816675868
        },
        {
            "start": 816676673,
            "stop": 816676683
        },
        {
            "start": 816676691,
            "stop": 816676969
        },
        {
            "start": 816676979,
            "stop": 816677371
        },
        {
            "start": 816677379,
            "stop": 816677443
        },
        {
            "start": 816677451,
            "stop": 816677932
        },
        {
            "start": 816677940,
            "stop": 816678400
        },
        {
            "start": 816678408,
            "stop": 816678586
        },
        {
            "start": 816678596,
            "stop": 816679364
        },
        {
            "start": 816679372,
            "stop": 816679677
        },
        {
            "start": 816679686,
            "stop": 816679802
        },
        {
            "start": 816679814,
            "stop": 816679935
        }
    ]
}