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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=40",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 41,
    "results": [
        {
            "start": 931793194,
            "stop": 931793473
        },
        {
            "start": 931793490,
            "stop": 931795207
        },
        {
            "start": 931795225,
            "stop": 931795511
        },
        {
            "start": 931795571,
            "stop": 931795709
        },
        {
            "start": 931800783,
            "stop": 931801643
        },
        {
            "start": 931801645,
            "stop": 931803877
        },
        {
            "start": 931803878,
            "stop": 931804172
        },
        {
            "start": 931804173,
            "stop": 931804233
        },
        {
            "start": 931804234,
            "stop": 931804258
        },
        {
            "start": 931804261,
            "stop": 931804271
        },
        {
            "start": 931808371,
            "stop": 931808754
        },
        {
            "start": 931808755,
            "stop": 931808821
        },
        {
            "start": 931851820,
            "stop": 931852070
        },
        {
            "start": 931852543,
            "stop": 931858689
        },
        {
            "start": 931868259,
            "stop": 931868885
        },
        {
            "start": 931868886,
            "stop": 931869001
        },
        {
            "start": 931869002,
            "stop": 931869189
        },
        {
            "start": 931869191,
            "stop": 931870837
        },
        {
            "start": 931870838,
            "stop": 931870870
        },
        {
            "start": 931870871,
            "stop": 931870874
        }
    ]
}