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=2253
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=2254",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2252",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2253,
    "results": [
        {
            "start": 873297617,
            "stop": 873297736
        },
        {
            "start": 873297756,
            "stop": 873297799
        },
        {
            "start": 873297816,
            "stop": 873297880
        },
        {
            "start": 873297897,
            "stop": 873297945
        },
        {
            "start": 873297962,
            "stop": 873298092
        },
        {
            "start": 873298109,
            "stop": 873298889
        },
        {
            "start": 873298918,
            "stop": 873299269
        },
        {
            "start": 873299286,
            "stop": 873299373
        },
        {
            "start": 873299390,
            "stop": 873299572
        },
        {
            "start": 873299589,
            "stop": 873299998
        },
        {
            "start": 873300024,
            "stop": 873300131
        },
        {
            "start": 873300148,
            "stop": 873300406
        },
        {
            "start": 873300494,
            "stop": 873300569
        },
        {
            "start": 873300588,
            "stop": 873300589
        },
        {
            "start": 873300622,
            "stop": 873300807
        },
        {
            "start": 873300844,
            "stop": 873301007
        },
        {
            "start": 873301026,
            "stop": 873301579
        },
        {
            "start": 873301597,
            "stop": 873301617
        },
        {
            "start": 873301649,
            "stop": 873301669
        },
        {
            "start": 873301714,
            "stop": 873301731
        }
    ]
}