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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8612",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8610",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8611,
    "results": [
        {
            "start": 870908628,
            "stop": 870908945
        },
        {
            "start": 870908962,
            "stop": 870909418
        },
        {
            "start": 870909435,
            "stop": 870909715
        },
        {
            "start": 870909732,
            "stop": 870909813
        },
        {
            "start": 870909830,
            "stop": 870909835
        },
        {
            "start": 870909852,
            "stop": 870910218
        },
        {
            "start": 870910235,
            "stop": 870910543
        },
        {
            "start": 870910560,
            "stop": 870910716
        },
        {
            "start": 870910733,
            "stop": 870914536
        },
        {
            "start": 870914553,
            "stop": 870914554
        },
        {
            "start": 870914571,
            "stop": 870915504
        },
        {
            "start": 870915521,
            "stop": 870915603
        },
        {
            "start": 870915620,
            "stop": 870917245
        },
        {
            "start": 870917262,
            "stop": 870918880
        },
        {
            "start": 870918897,
            "stop": 870921952
        },
        {
            "start": 870921969,
            "stop": 870922673
        },
        {
            "start": 870922690,
            "stop": 870922923
        },
        {
            "start": 870922940,
            "stop": 870922949
        },
        {
            "start": 870922966,
            "stop": 870923369
        },
        {
            "start": 870923386,
            "stop": 870923741
        }
    ]
}