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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=35",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 36,
    "results": [
        {
            "start": 820743008,
            "stop": 820752433
        },
        {
            "start": 820753222,
            "stop": 820756062
        },
        {
            "start": 820757980,
            "stop": 820763072
        },
        {
            "start": 820763104,
            "stop": 820782816
        },
        {
            "start": 820782848,
            "stop": 820805044
        },
        {
            "start": 820806310,
            "stop": 820819616
        },
        {
            "start": 820819648,
            "stop": 820832832
        },
        {
            "start": 820832864,
            "stop": 820843904
        },
        {
            "start": 820843936,
            "stop": 820847200
        },
        {
            "start": 820847232,
            "stop": 820860592
        },
        {
            "start": 820861074,
            "stop": 820868160
        },
        {
            "start": 820868192,
            "stop": 820873210
        },
        {
            "start": 820877248,
            "stop": 820879033
        },
        {
            "start": 820879996,
            "stop": 820881248
        },
        {
            "start": 820881280,
            "stop": 820887200
        },
        {
            "start": 820887232,
            "stop": 820906080
        },
        {
            "start": 820906112,
            "stop": 820913120
        },
        {
            "start": 820913152,
            "stop": 820920253
        },
        {
            "start": 820920882,
            "stop": 820936992
        },
        {
            "start": 820937024,
            "stop": 820944064
        }
    ]
}