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/O3b/timelines/L1_BURST_CAT3/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/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=28",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 29,
    "results": [
        {
            "start": 1257409058,
            "stop": 1257409375
        },
        {
            "start": 1257409378,
            "stop": 1257409452
        },
        {
            "start": 1257409457,
            "stop": 1257409561
        },
        {
            "start": 1257409566,
            "stop": 1257409743
        },
        {
            "start": 1257409745,
            "stop": 1257409866
        },
        {
            "start": 1257409869,
            "stop": 1257409953
        },
        {
            "start": 1257409956,
            "stop": 1257409980
        },
        {
            "start": 1257409982,
            "stop": 1257410428
        },
        {
            "start": 1257410433,
            "stop": 1257410482
        },
        {
            "start": 1257410485,
            "stop": 1257410669
        },
        {
            "start": 1257410676,
            "stop": 1257410678
        },
        {
            "start": 1257410683,
            "stop": 1257410695
        },
        {
            "start": 1257410699,
            "stop": 1257410941
        },
        {
            "start": 1257410945,
            "stop": 1257410948
        },
        {
            "start": 1257410951,
            "stop": 1257411165
        },
        {
            "start": 1257411168,
            "stop": 1257411570
        },
        {
            "start": 1257411573,
            "stop": 1257411653
        },
        {
            "start": 1257411656,
            "stop": 1257411741
        },
        {
            "start": 1257411744,
            "stop": 1257411967
        },
        {
            "start": 1257411970,
            "stop": 1257411981
        }
    ]
}