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=73
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=74",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=72",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 73,
    "results": [
        {
            "start": 932074837,
            "stop": 932074839
        },
        {
            "start": 932074842,
            "stop": 932074843
        },
        {
            "start": 932074845,
            "stop": 932074851
        },
        {
            "start": 932074852,
            "stop": 932074880
        },
        {
            "start": 932074881,
            "stop": 932074888
        },
        {
            "start": 932074889,
            "stop": 932074890
        },
        {
            "start": 932074891,
            "stop": 932074898
        },
        {
            "start": 932074899,
            "stop": 932074905
        },
        {
            "start": 932074908,
            "stop": 932074913
        },
        {
            "start": 932074915,
            "stop": 932074917
        },
        {
            "start": 932074919,
            "stop": 932074920
        },
        {
            "start": 932074921,
            "stop": 932074923
        },
        {
            "start": 932074924,
            "stop": 932074927
        },
        {
            "start": 932074929,
            "stop": 932074934
        },
        {
            "start": 932074935,
            "stop": 932074937
        },
        {
            "start": 932074938,
            "stop": 932074959
        },
        {
            "start": 932074961,
            "stop": 932074962
        },
        {
            "start": 932074963,
            "stop": 932075006
        },
        {
            "start": 932075008,
            "stop": 932075009
        },
        {
            "start": 932075011,
            "stop": 932075019
        }
    ]
}