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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=35",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 36,
    "results": [
        {
            "start": 817306492,
            "stop": 817306573
        },
        {
            "start": 817306586,
            "stop": 817306604
        },
        {
            "start": 817306623,
            "stop": 817306632
        },
        {
            "start": 817306743,
            "stop": 817306744
        },
        {
            "start": 817306758,
            "stop": 817306790
        },
        {
            "start": 817306798,
            "stop": 817306903
        },
        {
            "start": 817306914,
            "stop": 817306946
        },
        {
            "start": 817306954,
            "stop": 817306975
        },
        {
            "start": 817306983,
            "stop": 817307119
        },
        {
            "start": 817307127,
            "stop": 817307205
        },
        {
            "start": 817307213,
            "stop": 817307494
        },
        {
            "start": 817307502,
            "stop": 817307562
        },
        {
            "start": 817307570,
            "stop": 817307887
        },
        {
            "start": 817307895,
            "stop": 817308010
        },
        {
            "start": 817308020,
            "stop": 817308134
        },
        {
            "start": 817308142,
            "stop": 817308194
        },
        {
            "start": 817308202,
            "stop": 817308222
        },
        {
            "start": 817308230,
            "stop": 817308381
        },
        {
            "start": 817308391,
            "stop": 817308548
        },
        {
            "start": 817308561,
            "stop": 817308618
        }
    ]
}