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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=163",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=161",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 162,
    "results": [
        {
            "start": 932207733,
            "stop": 932209215
        },
        {
            "start": 932209575,
            "stop": 932209686
        },
        {
            "start": 932209688,
            "stop": 932210202
        },
        {
            "start": 932210204,
            "stop": 932210654
        },
        {
            "start": 932210656,
            "stop": 932210844
        },
        {
            "start": 932210846,
            "stop": 932211191
        },
        {
            "start": 932211194,
            "stop": 932211293
        },
        {
            "start": 932211296,
            "stop": 932211385
        },
        {
            "start": 932211387,
            "stop": 932211413
        },
        {
            "start": 932211415,
            "stop": 932211692
        },
        {
            "start": 932211694,
            "stop": 932211817
        },
        {
            "start": 932211819,
            "stop": 932212815
        },
        {
            "start": 932213175,
            "stop": 932213234
        },
        {
            "start": 932213236,
            "stop": 932213419
        },
        {
            "start": 932213421,
            "stop": 932213518
        },
        {
            "start": 932213520,
            "stop": 932214921
        },
        {
            "start": 932269258,
            "stop": 932269415
        },
        {
            "start": 932269417,
            "stop": 932269467
        },
        {
            "start": 932270775,
            "stop": 932271221
        },
        {
            "start": 932271224,
            "stop": 932271517
        }
    ]
}