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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=28",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 29,
    "results": [
        {
            "start": 931500297,
            "stop": 931500304
        },
        {
            "start": 931500311,
            "stop": 931500314
        },
        {
            "start": 931500322,
            "stop": 931500323
        },
        {
            "start": 931500355,
            "stop": 931500358
        },
        {
            "start": 931500410,
            "stop": 931500411
        },
        {
            "start": 931500419,
            "stop": 931500421
        },
        {
            "start": 931500432,
            "stop": 931500433
        },
        {
            "start": 931500451,
            "stop": 931500453
        },
        {
            "start": 931500460,
            "stop": 931500462
        },
        {
            "start": 931500495,
            "stop": 931500504
        },
        {
            "start": 931500517,
            "stop": 931500522
        },
        {
            "start": 931500535,
            "stop": 931500536
        },
        {
            "start": 931500545,
            "stop": 931500553
        },
        {
            "start": 931500569,
            "stop": 931500571
        },
        {
            "start": 931500604,
            "stop": 931500624
        },
        {
            "start": 931500635,
            "stop": 931500639
        },
        {
            "start": 931500646,
            "stop": 931500652
        },
        {
            "start": 931500660,
            "stop": 931500663
        },
        {
            "start": 931500670,
            "stop": 931500672
        },
        {
            "start": 931500679,
            "stop": 931500688
        }
    ]
}