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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=146",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 147,
    "results": [
        {
            "start": 818654932,
            "stop": 818654934
        },
        {
            "start": 818654942,
            "stop": 818655096
        },
        {
            "start": 818655104,
            "stop": 818655423
        },
        {
            "start": 818655430,
            "stop": 818656005
        },
        {
            "start": 818656012,
            "stop": 818656314
        },
        {
            "start": 818656321,
            "stop": 818656657
        },
        {
            "start": 818656664,
            "stop": 818657061
        },
        {
            "start": 818657068,
            "stop": 818657113
        },
        {
            "start": 818657123,
            "stop": 818657350
        },
        {
            "start": 818657357,
            "stop": 818657400
        },
        {
            "start": 818657407,
            "stop": 818657971
        },
        {
            "start": 818657978,
            "stop": 818658485
        },
        {
            "start": 818658491,
            "stop": 818658498
        },
        {
            "start": 818658504,
            "stop": 818658590
        },
        {
            "start": 818658597,
            "stop": 818658799
        },
        {
            "start": 818658808,
            "stop": 818659090
        },
        {
            "start": 818659096,
            "stop": 818659149
        },
        {
            "start": 818659163,
            "stop": 818659275
        },
        {
            "start": 818659282,
            "stop": 818659311
        },
        {
            "start": 818659319,
            "stop": 818659343
        }
    ]
}