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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=651",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=649",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 650,
    "results": [
        {
            "start": 848327866,
            "stop": 848330206
        },
        {
            "start": 848332046,
            "stop": 848335453
        },
        {
            "start": 848336639,
            "stop": 848345327
        },
        {
            "start": 848345329,
            "stop": 848348053
        },
        {
            "start": 848383967,
            "stop": 848387597
        },
        {
            "start": 848387598,
            "stop": 848418247
        },
        {
            "start": 848419578,
            "stop": 848424913
        },
        {
            "start": 848425667,
            "stop": 848430952
        },
        {
            "start": 848433373,
            "stop": 848439959
        },
        {
            "start": 848441458,
            "stop": 848458118
        },
        {
            "start": 848460473,
            "stop": 848466285
        },
        {
            "start": 848468244,
            "stop": 848492173
        },
        {
            "start": 848492765,
            "stop": 848527633
        },
        {
            "start": 848531470,
            "stop": 848581243
        },
        {
            "start": 848582987,
            "stop": 848619415
        },
        {
            "start": 848620376,
            "stop": 848623993
        },
        {
            "start": 848628688,
            "stop": 848629616
        },
        {
            "start": 848635752,
            "stop": 848638413
        },
        {
            "start": 848638417,
            "stop": 848638432
        },
        {
            "start": 848638437,
            "stop": 848638800
        }
    ]
}