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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=873",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=871",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 872,
    "results": [
        {
            "start": 967276108,
            "stop": 967277820
        },
        {
            "start": 967277826,
            "stop": 967278569
        },
        {
            "start": 967278575,
            "stop": 967279681
        },
        {
            "start": 967279687,
            "stop": 967286626
        },
        {
            "start": 967286632,
            "stop": 967286672
        },
        {
            "start": 967286678,
            "stop": 967287439
        },
        {
            "start": 967287446,
            "stop": 967287461
        },
        {
            "start": 967287467,
            "stop": 967287497
        },
        {
            "start": 967287503,
            "stop": 967288032
        },
        {
            "start": 967288038,
            "stop": 967288041
        },
        {
            "start": 967288047,
            "stop": 967288229
        },
        {
            "start": 967288235,
            "stop": 967291613
        },
        {
            "start": 967323675,
            "stop": 967334427
        },
        {
            "start": 967334634,
            "stop": 967335328
        },
        {
            "start": 967336413,
            "stop": 967337672
        },
        {
            "start": 967338621,
            "stop": 967383284
        },
        {
            "start": 967385935,
            "stop": 967389444
        },
        {
            "start": 967395841,
            "stop": 967417004
        },
        {
            "start": 967417191,
            "stop": 967417243
        },
        {
            "start": 967418918,
            "stop": 967471583
        }
    ]
}