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=146
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=147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=145",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 146,
    "results": [
        {
            "start": 818795679,
            "stop": 818795780
        },
        {
            "start": 818795788,
            "stop": 818795791
        },
        {
            "start": 818795799,
            "stop": 818795896
        },
        {
            "start": 818795903,
            "stop": 818795916
        },
        {
            "start": 818795925,
            "stop": 818795953
        },
        {
            "start": 818795988,
            "stop": 818795989
        },
        {
            "start": 818811645,
            "stop": 818812288
        },
        {
            "start": 818812295,
            "stop": 818812855
        },
        {
            "start": 818812863,
            "stop": 818813252
        },
        {
            "start": 818813259,
            "stop": 818813293
        },
        {
            "start": 818813312,
            "stop": 818813731
        },
        {
            "start": 818813740,
            "stop": 818813809
        },
        {
            "start": 818813816,
            "stop": 818814005
        },
        {
            "start": 818814018,
            "stop": 818814714
        },
        {
            "start": 818814723,
            "stop": 818814727
        },
        {
            "start": 818814734,
            "stop": 818814750
        },
        {
            "start": 818814757,
            "stop": 818814892
        },
        {
            "start": 818814900,
            "stop": 818815657
        },
        {
            "start": 818815676,
            "stop": 818815732
        },
        {
            "start": 818815739,
            "stop": 818815782
        }
    ]
}