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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14896",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14894",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14895,
    "results": [
        {
            "start": 971448480,
            "stop": 971448530
        },
        {
            "start": 971448533,
            "stop": 971448562
        },
        {
            "start": 971448565,
            "stop": 971448682
        },
        {
            "start": 971448684,
            "stop": 971448752
        },
        {
            "start": 971448754,
            "stop": 971448770
        },
        {
            "start": 971448771,
            "stop": 971448799
        },
        {
            "start": 971448802,
            "stop": 971448822
        },
        {
            "start": 971448826,
            "stop": 971448858
        },
        {
            "start": 971448859,
            "stop": 971448860
        },
        {
            "start": 971448862,
            "stop": 971448879
        },
        {
            "start": 971448880,
            "stop": 971448881
        },
        {
            "start": 971448884,
            "stop": 971448904
        },
        {
            "start": 971448908,
            "stop": 971448912
        },
        {
            "start": 971448914,
            "stop": 971448934
        },
        {
            "start": 971448936,
            "stop": 971448951
        },
        {
            "start": 971448952,
            "stop": 971448963
        },
        {
            "start": 971448965,
            "stop": 971448967
        },
        {
            "start": 971448969,
            "stop": 971448972
        },
        {
            "start": 971448975,
            "stop": 971448978
        },
        {
            "start": 971448979,
            "stop": 971449003
        }
    ]
}