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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=128",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 129,
    "results": [
        {
            "start": 1131161595,
            "stop": 1131161601
        },
        {
            "start": 1131161602,
            "stop": 1131161663
        },
        {
            "start": 1131161664,
            "stop": 1131161683
        },
        {
            "start": 1131161684,
            "stop": 1131161829
        },
        {
            "start": 1131161830,
            "stop": 1131161846
        },
        {
            "start": 1131161847,
            "stop": 1131161851
        },
        {
            "start": 1131161852,
            "stop": 1131161921
        },
        {
            "start": 1131161922,
            "stop": 1131161940
        },
        {
            "start": 1131161941,
            "stop": 1131161946
        },
        {
            "start": 1131161947,
            "stop": 1131161952
        },
        {
            "start": 1131161953,
            "stop": 1131161974
        },
        {
            "start": 1131161975,
            "stop": 1131161996
        },
        {
            "start": 1131161997,
            "stop": 1131162021
        },
        {
            "start": 1131162022,
            "stop": 1131162036
        },
        {
            "start": 1131162037,
            "stop": 1131162038
        },
        {
            "start": 1131162039,
            "stop": 1131162041
        },
        {
            "start": 1131162042,
            "stop": 1131162047
        },
        {
            "start": 1131162048,
            "stop": 1131162101
        },
        {
            "start": 1131162102,
            "stop": 1131162125
        },
        {
            "start": 1131162126,
            "stop": 1131162134
        }
    ]
}