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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=263",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=261",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 262,
    "results": [
        {
            "start": 863540862,
            "stop": 863543162
        },
        {
            "start": 863543370,
            "stop": 863548834
        },
        {
            "start": 863561473,
            "stop": 863563114
        },
        {
            "start": 863564445,
            "stop": 863579507
        },
        {
            "start": 863579579,
            "stop": 863594485
        },
        {
            "start": 863595577,
            "stop": 863613938
        },
        {
            "start": 863614378,
            "stop": 863620597
        },
        {
            "start": 863620744,
            "stop": 863629844
        },
        {
            "start": 863630945,
            "stop": 863632274
        },
        {
            "start": 863633103,
            "stop": 863642946
        },
        {
            "start": 863643894,
            "stop": 863658714
        },
        {
            "start": 863658763,
            "stop": 863679240
        },
        {
            "start": 863680162,
            "stop": 863700434
        },
        {
            "start": 863701520,
            "stop": 863706046
        },
        {
            "start": 863706323,
            "stop": 863708531
        },
        {
            "start": 863710689,
            "stop": 863722775
        },
        {
            "start": 863723078,
            "stop": 863728924
        },
        {
            "start": 863729345,
            "stop": 863750182
        },
        {
            "start": 863750774,
            "stop": 863765278
        },
        {
            "start": 863766156,
            "stop": 863778648
        }
    ]
}