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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=6",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 7,
    "results": [
        {
            "start": 931292182,
            "stop": 931293816
        },
        {
            "start": 931316529,
            "stop": 931318362
        },
        {
            "start": 931326936,
            "stop": 931327524
        },
        {
            "start": 931329600,
            "stop": 931330815
        },
        {
            "start": 931338015,
            "stop": 931341957
        },
        {
            "start": 931344916,
            "stop": 931346537
        },
        {
            "start": 931346555,
            "stop": 931346616
        },
        {
            "start": 931351614,
            "stop": 931351691
        },
        {
            "start": 931351724,
            "stop": 931351784
        },
        {
            "start": 931351813,
            "stop": 931351843
        },
        {
            "start": 931351861,
            "stop": 931351876
        },
        {
            "start": 931351894,
            "stop": 931352019
        },
        {
            "start": 931352037,
            "stop": 931352091
        },
        {
            "start": 931352110,
            "stop": 931352180
        },
        {
            "start": 931352208,
            "stop": 931352308
        },
        {
            "start": 931352326,
            "stop": 931352509
        },
        {
            "start": 931352527,
            "stop": 931352529
        },
        {
            "start": 931352547,
            "stop": 931352548
        },
        {
            "start": 931352566,
            "stop": 931352567
        },
        {
            "start": 931352585,
            "stop": 931352643
        }
    ]
}