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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=77",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=75",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 76,
    "results": [
        {
            "start": 931463559,
            "stop": 931463571
        },
        {
            "start": 931463589,
            "stop": 931463602
        },
        {
            "start": 931463604,
            "stop": 931463622
        },
        {
            "start": 931463624,
            "stop": 931463645
        },
        {
            "start": 931463647,
            "stop": 931463652
        },
        {
            "start": 931463654,
            "stop": 931463655
        },
        {
            "start": 931463659,
            "stop": 931463692
        },
        {
            "start": 931463696,
            "stop": 931463699
        },
        {
            "start": 931463700,
            "stop": 931463735
        },
        {
            "start": 931463753,
            "stop": 931463759
        },
        {
            "start": 931463760,
            "stop": 931463771
        },
        {
            "start": 931463774,
            "stop": 931463813
        },
        {
            "start": 931463814,
            "stop": 931463817
        },
        {
            "start": 931463820,
            "stop": 931463840
        },
        {
            "start": 931463842,
            "stop": 931463853
        },
        {
            "start": 931463856,
            "stop": 931463884
        },
        {
            "start": 931463912,
            "stop": 931463936
        },
        {
            "start": 931463975,
            "stop": 931463984
        },
        {
            "start": 931464001,
            "stop": 931464012
        },
        {
            "start": 931464388,
            "stop": 931464396
        }
    ]
}