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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=290",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=288",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 289,
    "results": [
        {
            "start": 869678121,
            "stop": 869680097
        },
        {
            "start": 869680716,
            "stop": 869687995
        },
        {
            "start": 869688138,
            "stop": 869711011
        },
        {
            "start": 869712148,
            "stop": 869722459
        },
        {
            "start": 869726356,
            "stop": 869733526
        },
        {
            "start": 869735512,
            "stop": 869752291
        },
        {
            "start": 869753284,
            "stop": 869777987
        },
        {
            "start": 869778437,
            "stop": 869786778
        },
        {
            "start": 869787421,
            "stop": 869794095
        },
        {
            "start": 869794634,
            "stop": 869818075
        },
        {
            "start": 869819308,
            "stop": 869836713
        },
        {
            "start": 869837916,
            "stop": 869850029
        },
        {
            "start": 869850866,
            "stop": 869851172
        },
        {
            "start": 869851453,
            "stop": 869855767
        },
        {
            "start": 869861196,
            "stop": 869862391
        },
        {
            "start": 869862475,
            "stop": 869865488
        },
        {
            "start": 869866523,
            "stop": 869885729
        },
        {
            "start": 869885873,
            "stop": 869886739
        },
        {
            "start": 869886887,
            "stop": 869902147
        },
        {
            "start": 869902822,
            "stop": 869909769
        }
    ]
}