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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=55",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=53",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 54,
    "results": [
        {
            "start": 819199851,
            "stop": 819200091
        },
        {
            "start": 819200358,
            "stop": 819200478
        },
        {
            "start": 819200926,
            "stop": 819200986
        },
        {
            "start": 819201173,
            "stop": 819201293
        },
        {
            "start": 819204808,
            "stop": 819204868
        },
        {
            "start": 819246773,
            "stop": 819246953
        },
        {
            "start": 819247240,
            "stop": 819247300
        },
        {
            "start": 819247468,
            "stop": 819247528
        },
        {
            "start": 819247696,
            "stop": 819247876
        },
        {
            "start": 819248237,
            "stop": 819248417
        },
        {
            "start": 819248577,
            "stop": 819248697
        },
        {
            "start": 819249417,
            "stop": 819249537
        },
        {
            "start": 819249697,
            "stop": 819249817
        },
        {
            "start": 819254138,
            "stop": 819254498
        },
        {
            "start": 819254679,
            "stop": 819254799
        },
        {
            "start": 819255091,
            "stop": 819255151
        },
        {
            "start": 819255733,
            "stop": 819255793
        },
        {
            "start": 819259106,
            "stop": 819259226
        },
        {
            "start": 819259417,
            "stop": 819259477
        },
        {
            "start": 819259678,
            "stop": 819259918
        }
    ]
}