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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=7",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 8,
    "results": [
        {
            "start": 931108540,
            "stop": 931108541
        },
        {
            "start": 931108551,
            "stop": 931108554
        },
        {
            "start": 931108557,
            "stop": 931108564
        },
        {
            "start": 931108569,
            "stop": 931108570
        },
        {
            "start": 931108585,
            "stop": 931108586
        },
        {
            "start": 931108591,
            "stop": 931108593
        },
        {
            "start": 931108595,
            "stop": 931108598
        },
        {
            "start": 931108603,
            "stop": 931108604
        },
        {
            "start": 931108608,
            "stop": 931108610
        },
        {
            "start": 931108613,
            "stop": 931108615
        },
        {
            "start": 931108628,
            "stop": 931108629
        },
        {
            "start": 931108633,
            "stop": 931108634
        },
        {
            "start": 931108637,
            "stop": 931108639
        },
        {
            "start": 931108642,
            "stop": 931108644
        },
        {
            "start": 931108647,
            "stop": 931108650
        },
        {
            "start": 931108655,
            "stop": 931108656
        },
        {
            "start": 931108663,
            "stop": 931108664
        },
        {
            "start": 931108666,
            "stop": 931108669
        },
        {
            "start": 931108672,
            "stop": 931108676
        },
        {
            "start": 931108678,
            "stop": 931108679
        }
    ]
}