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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=278",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=276",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 277,
    "results": [
        {
            "start": 853225281,
            "stop": 853236791
        },
        {
            "start": 853237661,
            "stop": 853243153
        },
        {
            "start": 853243164,
            "stop": 853243166
        },
        {
            "start": 853243305,
            "stop": 853245973
        },
        {
            "start": 853246000,
            "stop": 853246001
        },
        {
            "start": 853246458,
            "stop": 853246513
        },
        {
            "start": 853246553,
            "stop": 853246554
        },
        {
            "start": 853246604,
            "stop": 853246753
        },
        {
            "start": 853246775,
            "stop": 853246776
        },
        {
            "start": 853246928,
            "stop": 853252492
        },
        {
            "start": 853252813,
            "stop": 853254433
        },
        {
            "start": 853254944,
            "stop": 853256233
        },
        {
            "start": 853256256,
            "stop": 853256257
        },
        {
            "start": 853256413,
            "stop": 853256653
        },
        {
            "start": 853256773,
            "stop": 853259353
        },
        {
            "start": 853260233,
            "stop": 853270993
        },
        {
            "start": 853271022,
            "stop": 853271023
        },
        {
            "start": 853272088,
            "stop": 853278051
        },
        {
            "start": 853278645,
            "stop": 853298854
        },
        {
            "start": 853298928,
            "stop": 853311793
        }
    ]
}