Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=700
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=701",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=699",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 700,
    "results": [
        {
            "start": 830150445,
            "stop": 830150939
        },
        {
            "start": 830151000,
            "stop": 830151660
        },
        {
            "start": 830151720,
            "stop": 830151931
        },
        {
            "start": 830151934,
            "stop": 830152053
        },
        {
            "start": 830152058,
            "stop": 830152094
        },
        {
            "start": 830152097,
            "stop": 830152140
        },
        {
            "start": 830152200,
            "stop": 830152856
        },
        {
            "start": 830152859,
            "stop": 830153121
        },
        {
            "start": 830153124,
            "stop": 830153460
        },
        {
            "start": 830153520,
            "stop": 830155638
        },
        {
            "start": 830157033,
            "stop": 830160620
        },
        {
            "start": 830160637,
            "stop": 830162549
        },
        {
            "start": 830162566,
            "stop": 830163231
        },
        {
            "start": 830163234,
            "stop": 830163700
        },
        {
            "start": 830163717,
            "stop": 830163853
        },
        {
            "start": 830163870,
            "stop": 830164148
        },
        {
            "start": 830164165,
            "stop": 830166126
        },
        {
            "start": 830166171,
            "stop": 830166211
        },
        {
            "start": 830166228,
            "stop": 830166340
        },
        {
            "start": 830166344,
            "stop": 830166400
        }
    ]
}