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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=51",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=49",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 50,
    "results": [
        {
            "start": 931203584,
            "stop": 931203653
        },
        {
            "start": 931203655,
            "stop": 931203690
        },
        {
            "start": 931203692,
            "stop": 931203729
        },
        {
            "start": 931203730,
            "stop": 931203749
        },
        {
            "start": 931203750,
            "stop": 931203797
        },
        {
            "start": 931203798,
            "stop": 931203857
        },
        {
            "start": 931203859,
            "stop": 931203879
        },
        {
            "start": 931203881,
            "stop": 931203900
        },
        {
            "start": 931203902,
            "stop": 931203904
        },
        {
            "start": 931203907,
            "stop": 931203954
        },
        {
            "start": 931203956,
            "stop": 931203976
        },
        {
            "start": 931203977,
            "stop": 931203995
        },
        {
            "start": 931203997,
            "stop": 931204051
        },
        {
            "start": 931204053,
            "stop": 931204085
        },
        {
            "start": 931204087,
            "stop": 931204093
        },
        {
            "start": 931204094,
            "stop": 931204144
        },
        {
            "start": 931204146,
            "stop": 931204199
        },
        {
            "start": 931204202,
            "stop": 931204313
        },
        {
            "start": 931204315,
            "stop": 931204322
        },
        {
            "start": 931204323,
            "stop": 931204338
        }
    ]
}