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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=289",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=287",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 288,
    "results": [
        {
            "start": 821694072,
            "stop": 821694083
        },
        {
            "start": 821694086,
            "stop": 821694096
        },
        {
            "start": 821694099,
            "stop": 821694105
        },
        {
            "start": 821694114,
            "stop": 821694125
        },
        {
            "start": 821694130,
            "stop": 821694131
        },
        {
            "start": 821694136,
            "stop": 821694138
        },
        {
            "start": 821694144,
            "stop": 821694147
        },
        {
            "start": 821694150,
            "stop": 821694152
        },
        {
            "start": 821694155,
            "stop": 821694156
        },
        {
            "start": 821694159,
            "stop": 821694162
        },
        {
            "start": 821694165,
            "stop": 821694176
        },
        {
            "start": 821694187,
            "stop": 821694202
        },
        {
            "start": 821694205,
            "stop": 821694224
        },
        {
            "start": 821694230,
            "stop": 821694246
        },
        {
            "start": 821694249,
            "stop": 821694258
        },
        {
            "start": 821694261,
            "stop": 821694277
        },
        {
            "start": 821694281,
            "stop": 821694286
        },
        {
            "start": 821694289,
            "stop": 821694290
        },
        {
            "start": 821694293,
            "stop": 821694318
        },
        {
            "start": 821694321,
            "stop": 821694323
        }
    ]
}