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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=196",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 197,
    "results": [
        {
            "start": 933057005,
            "stop": 933057041
        },
        {
            "start": 933057047,
            "stop": 933057126
        },
        {
            "start": 933057148,
            "stop": 933057162
        },
        {
            "start": 933057213,
            "stop": 933057221
        },
        {
            "start": 933057253,
            "stop": 933057255
        },
        {
            "start": 933057274,
            "stop": 933057278
        },
        {
            "start": 933057297,
            "stop": 933057302
        },
        {
            "start": 933057320,
            "stop": 933057417
        },
        {
            "start": 933057445,
            "stop": 933057455
        },
        {
            "start": 933057475,
            "stop": 933057732
        },
        {
            "start": 933057752,
            "stop": 933057788
        },
        {
            "start": 933057807,
            "stop": 933057846
        },
        {
            "start": 933057865,
            "stop": 933057887
        },
        {
            "start": 933057956,
            "stop": 933058287
        },
        {
            "start": 933058308,
            "stop": 933058552
        },
        {
            "start": 933058593,
            "stop": 933058661
        },
        {
            "start": 933058683,
            "stop": 933058685
        },
        {
            "start": 933058857,
            "stop": 933058864
        },
        {
            "start": 933058882,
            "stop": 933058883
        },
        {
            "start": 933058902,
            "stop": 933058910
        }
    ]
}