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=39
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=40",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=38",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 39,
    "results": [
        {
            "start": 817389729,
            "stop": 817389730
        },
        {
            "start": 817389739,
            "stop": 817389828
        },
        {
            "start": 817389836,
            "stop": 817390001
        },
        {
            "start": 817390011,
            "stop": 817390283
        },
        {
            "start": 817390291,
            "stop": 817390776
        },
        {
            "start": 817390784,
            "stop": 817391721
        },
        {
            "start": 817391729,
            "stop": 817391791
        },
        {
            "start": 817391799,
            "stop": 817392080
        },
        {
            "start": 817392088,
            "stop": 817392289
        },
        {
            "start": 817392297,
            "stop": 817392984
        },
        {
            "start": 817392992,
            "stop": 817393292
        },
        {
            "start": 817393300,
            "stop": 817393387
        },
        {
            "start": 817393395,
            "stop": 817394097
        },
        {
            "start": 817394105,
            "stop": 817394260
        },
        {
            "start": 817394268,
            "stop": 817394842
        },
        {
            "start": 817394850,
            "stop": 817395163
        },
        {
            "start": 817395176,
            "stop": 817395191
        },
        {
            "start": 817399812,
            "stop": 817400861
        },
        {
            "start": 817400869,
            "stop": 817401541
        },
        {
            "start": 817403062,
            "stop": 817403064
        }
    ]
}