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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=15",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 16,
    "results": [
        {
            "start": 931114662,
            "stop": 931114669
        },
        {
            "start": 931114672,
            "stop": 931114682
        },
        {
            "start": 931114684,
            "stop": 931114688
        },
        {
            "start": 931114690,
            "stop": 931114694
        },
        {
            "start": 931114696,
            "stop": 931114699
        },
        {
            "start": 931114702,
            "stop": 931114713
        },
        {
            "start": 931114721,
            "stop": 931114724
        },
        {
            "start": 931114726,
            "stop": 931114727
        },
        {
            "start": 931114731,
            "stop": 931114733
        },
        {
            "start": 931114736,
            "stop": 931114738
        },
        {
            "start": 931114740,
            "stop": 931114744
        },
        {
            "start": 931114747,
            "stop": 931114773
        },
        {
            "start": 931114775,
            "stop": 931114783
        },
        {
            "start": 931114788,
            "stop": 931114792
        },
        {
            "start": 931114794,
            "stop": 931114798
        },
        {
            "start": 931114800,
            "stop": 931114801
        },
        {
            "start": 931114803,
            "stop": 931114807
        },
        {
            "start": 931114811,
            "stop": 931114812
        },
        {
            "start": 931114814,
            "stop": 931114815
        },
        {
            "start": 931114817,
            "stop": 931114824
        }
    ]
}