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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=697",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=695",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 696,
    "results": [
        {
            "start": 848348070,
            "stop": 848348092
        },
        {
            "start": 848383967,
            "stop": 848387597
        },
        {
            "start": 848387598,
            "stop": 848418210
        },
        {
            "start": 848418270,
            "stop": 848418277
        },
        {
            "start": 848419578,
            "stop": 848424954
        },
        {
            "start": 848425667,
            "stop": 848430980
        },
        {
            "start": 848430981,
            "stop": 848430982
        },
        {
            "start": 848433373,
            "stop": 848439989
        },
        {
            "start": 848441458,
            "stop": 848458110
        },
        {
            "start": 848460473,
            "stop": 848466315
        },
        {
            "start": 848468244,
            "stop": 848492210
        },
        {
            "start": 848492765,
            "stop": 848527657
        },
        {
            "start": 848531470,
            "stop": 848581230
        },
        {
            "start": 848582987,
            "stop": 848619445
        },
        {
            "start": 848620376,
            "stop": 848623950
        },
        {
            "start": 848624010,
            "stop": 848624023
        },
        {
            "start": 848628688,
            "stop": 848629616
        },
        {
            "start": 848635752,
            "stop": 848637870
        },
        {
            "start": 848637930,
            "stop": 848638290
        },
        {
            "start": 848638530,
            "stop": 848638710
        }
    ]
}