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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=123",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=121",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 122,
    "results": [
        {
            "start": 817988728,
            "stop": 817989692
        },
        {
            "start": 817989721,
            "stop": 817989778
        },
        {
            "start": 817989822,
            "stop": 817990491
        },
        {
            "start": 817990520,
            "stop": 817990957
        },
        {
            "start": 817990989,
            "stop": 817991086
        },
        {
            "start": 817991115,
            "stop": 817991237
        },
        {
            "start": 817991266,
            "stop": 817991309
        },
        {
            "start": 817991338,
            "stop": 817991356
        },
        {
            "start": 817991385,
            "stop": 817991563
        },
        {
            "start": 817991592,
            "stop": 817991740
        },
        {
            "start": 817991769,
            "stop": 817991790
        },
        {
            "start": 817991821,
            "stop": 817991840
        },
        {
            "start": 817991869,
            "stop": 817991964
        },
        {
            "start": 817991993,
            "stop": 817992053
        },
        {
            "start": 817992087,
            "stop": 817992554
        },
        {
            "start": 817992583,
            "stop": 817992591
        },
        {
            "start": 817992686,
            "stop": 817992784
        },
        {
            "start": 817992813,
            "stop": 817992917
        },
        {
            "start": 817992946,
            "stop": 817993094
        },
        {
            "start": 817993123,
            "stop": 817993174
        }
    ]
}