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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5102",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5100",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5101,
    "results": [
        {
            "start": 874680458,
            "stop": 874680478
        },
        {
            "start": 874680497,
            "stop": 874680506
        },
        {
            "start": 874680554,
            "stop": 874680558
        },
        {
            "start": 874680596,
            "stop": 874680661
        },
        {
            "start": 874680681,
            "stop": 874680740
        },
        {
            "start": 874680777,
            "stop": 874680796
        },
        {
            "start": 874680815,
            "stop": 874680833
        },
        {
            "start": 874680853,
            "stop": 874680901
        },
        {
            "start": 874680920,
            "stop": 874680940
        },
        {
            "start": 874681069,
            "stop": 874681109
        },
        {
            "start": 874681159,
            "stop": 874681172
        },
        {
            "start": 874681191,
            "stop": 874681222
        },
        {
            "start": 874681251,
            "stop": 874681268
        },
        {
            "start": 874681286,
            "stop": 874681362
        },
        {
            "start": 874681381,
            "stop": 874681651
        },
        {
            "start": 874681689,
            "stop": 874681763
        },
        {
            "start": 874681783,
            "stop": 874681823
        },
        {
            "start": 874681843,
            "stop": 874681960
        },
        {
            "start": 874681979,
            "stop": 874681999
        },
        {
            "start": 874682030,
            "stop": 874682032
        }
    ]
}