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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=160",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 161,
    "results": [
        {
            "start": 832110884,
            "stop": 832111393
        },
        {
            "start": 832111409,
            "stop": 832111411
        },
        {
            "start": 832112489,
            "stop": 832116433
        },
        {
            "start": 832128878,
            "stop": 832140506
        },
        {
            "start": 832141752,
            "stop": 832150034
        },
        {
            "start": 832151476,
            "stop": 832156708
        },
        {
            "start": 832156713,
            "stop": 832162393
        },
        {
            "start": 832165988,
            "stop": 832175533
        },
        {
            "start": 832177573,
            "stop": 832180950
        },
        {
            "start": 832182009,
            "stop": 832194233
        },
        {
            "start": 832194237,
            "stop": 832197054
        },
        {
            "start": 832198226,
            "stop": 832199744
        },
        {
            "start": 832200784,
            "stop": 832204597
        },
        {
            "start": 832204601,
            "stop": 832205683
        },
        {
            "start": 832208232,
            "stop": 832234810
        },
        {
            "start": 832235446,
            "stop": 832271990
        },
        {
            "start": 832274275,
            "stop": 832274866
        },
        {
            "start": 832277367,
            "stop": 832284891
        },
        {
            "start": 832286339,
            "stop": 832295713
        },
        {
            "start": 832299890,
            "stop": 832300392
        }
    ]
}