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=18
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=19",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=17",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 18,
    "results": [
        {
            "start": 931482448,
            "stop": 931482449
        },
        {
            "start": 931482475,
            "stop": 931482477
        },
        {
            "start": 931482492,
            "stop": 931482501
        },
        {
            "start": 931482512,
            "stop": 931482513
        },
        {
            "start": 931482558,
            "stop": 931482561
        },
        {
            "start": 931482572,
            "stop": 931482583
        },
        {
            "start": 931482597,
            "stop": 931482603
        },
        {
            "start": 931482610,
            "stop": 931482616
        },
        {
            "start": 931482643,
            "stop": 931482644
        },
        {
            "start": 931482700,
            "stop": 931482712
        },
        {
            "start": 931482736,
            "stop": 931482740
        },
        {
            "start": 931482769,
            "stop": 931482770
        },
        {
            "start": 931482799,
            "stop": 931482800
        },
        {
            "start": 931482820,
            "stop": 931482828
        },
        {
            "start": 931482852,
            "stop": 931482853
        },
        {
            "start": 931482859,
            "stop": 931482864
        },
        {
            "start": 931482878,
            "stop": 931482880
        },
        {
            "start": 931482887,
            "stop": 931482897
        },
        {
            "start": 931482911,
            "stop": 931482912
        },
        {
            "start": 931482920,
            "stop": 931482922
        }
    ]
}