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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1512",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1510",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1511,
    "results": [
        {
            "start": 869947447,
            "stop": 869948848
        },
        {
            "start": 869948851,
            "stop": 869949466
        },
        {
            "start": 869949473,
            "stop": 869951906
        },
        {
            "start": 869951911,
            "stop": 869951922
        },
        {
            "start": 869951925,
            "stop": 869951926
        },
        {
            "start": 869951929,
            "stop": 869951932
        },
        {
            "start": 869951935,
            "stop": 869951937
        },
        {
            "start": 869951940,
            "stop": 869951941
        },
        {
            "start": 869951944,
            "stop": 869951946
        },
        {
            "start": 869951949,
            "stop": 869952132
        },
        {
            "start": 869952137,
            "stop": 869952187
        },
        {
            "start": 869952192,
            "stop": 869952779
        },
        {
            "start": 869952845,
            "stop": 869952912
        },
        {
            "start": 869952921,
            "stop": 869952931
        },
        {
            "start": 869952938,
            "stop": 870007482
        },
        {
            "start": 870008831,
            "stop": 870011525
        },
        {
            "start": 870011528,
            "stop": 870011548
        },
        {
            "start": 870011653,
            "stop": 870024099
        },
        {
            "start": 870030460,
            "stop": 870030784
        },
        {
            "start": 870031049,
            "stop": 870031313
        }
    ]
}