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=226
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=227",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=225",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 226,
    "results": [
        {
            "start": 848387055,
            "stop": 848387590
        },
        {
            "start": 848387608,
            "stop": 848387662
        },
        {
            "start": 848387665,
            "stop": 848387680
        },
        {
            "start": 848387684,
            "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": 848629979
        },
        {
            "start": 848635752,
            "stop": 848637598
        },
        {
            "start": 848637608,
            "stop": 848637618
        },
        {
            "start": 848637622,
            "stop": 848637884
        },
        {
            "start": 848637943,
            "stop": 848637949
        },
        {
            "start": 848637953,
            "stop": 848637958
        }
    ]
}