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=214
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=215",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=213",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 214,
    "results": [
        {
            "start": 846920669,
            "stop": 846920744
        },
        {
            "start": 846920748,
            "stop": 846920773
        },
        {
            "start": 846922747,
            "stop": 846922911
        },
        {
            "start": 846922933,
            "stop": 846922936
        },
        {
            "start": 846922944,
            "stop": 846922950
        },
        {
            "start": 846922954,
            "stop": 846923080
        },
        {
            "start": 846923089,
            "stop": 846923138
        },
        {
            "start": 846923147,
            "stop": 846923152
        },
        {
            "start": 846923156,
            "stop": 846923167
        },
        {
            "start": 846923171,
            "stop": 846923177
        },
        {
            "start": 846923195,
            "stop": 846923216
        },
        {
            "start": 846923220,
            "stop": 846923226
        },
        {
            "start": 846923230,
            "stop": 846923288
        },
        {
            "start": 846923292,
            "stop": 846923409
        },
        {
            "start": 846923413,
            "stop": 846923428
        },
        {
            "start": 846923432,
            "stop": 846923472
        },
        {
            "start": 846923481,
            "stop": 846923486
        },
        {
            "start": 846923500,
            "stop": 846923506
        },
        {
            "start": 846923520,
            "stop": 846923577
        },
        {
            "start": 846923586,
            "stop": 846923744
        }
    ]
}