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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1159",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1157",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1158,
    "results": [
        {
            "start": 951056327,
            "stop": 951056394
        },
        {
            "start": 951064054,
            "stop": 951068333
        },
        {
            "start": 951068335,
            "stop": 951070232
        },
        {
            "start": 951070234,
            "stop": 951072355
        },
        {
            "start": 951072744,
            "stop": 951075023
        },
        {
            "start": 951075025,
            "stop": 951075251
        },
        {
            "start": 951076594,
            "stop": 951076762
        },
        {
            "start": 951082318,
            "stop": 951083563
        },
        {
            "start": 951083565,
            "stop": 951083853
        },
        {
            "start": 951083855,
            "stop": 951083928
        },
        {
            "start": 951083930,
            "stop": 951089256
        },
        {
            "start": 951089258,
            "stop": 951089906
        },
        {
            "start": 951089908,
            "stop": 951090110
        },
        {
            "start": 951112065,
            "stop": 951117102
        },
        {
            "start": 951118238,
            "stop": 951120556
        },
        {
            "start": 951120558,
            "stop": 951123385
        },
        {
            "start": 951125768,
            "stop": 951129813
        },
        {
            "start": 951129815,
            "stop": 951130223
        },
        {
            "start": 951130225,
            "stop": 951132561
        },
        {
            "start": 951132562,
            "stop": 951132871
        }
    ]
}