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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=355",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=353",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 354,
    "results": [
        {
            "start": 869671778,
            "stop": 869677526
        },
        {
            "start": 869677618,
            "stop": 869677629
        },
        {
            "start": 869678121,
            "stop": 869680097
        },
        {
            "start": 869680716,
            "stop": 869687995
        },
        {
            "start": 869688138,
            "stop": 869710988
        },
        {
            "start": 869712148,
            "stop": 869722435
        },
        {
            "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": 869855743
        },
        {
            "start": 869861196,
            "stop": 869862391
        },
        {
            "start": 869862475,
            "stop": 869865488
        },
        {
            "start": 869866523,
            "stop": 869885729
        },
        {
            "start": 869885873,
            "stop": 869886739
        }
    ]
}