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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5262",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5260",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5261,
    "results": [
        {
            "start": 970246636,
            "stop": 970247123
        },
        {
            "start": 970247126,
            "stop": 970247470
        },
        {
            "start": 970247473,
            "stop": 970247585
        },
        {
            "start": 970247588,
            "stop": 970247647
        },
        {
            "start": 970247650,
            "stop": 970247761
        },
        {
            "start": 970247764,
            "stop": 970248183
        },
        {
            "start": 970248186,
            "stop": 970248863
        },
        {
            "start": 970277660,
            "stop": 970277728
        },
        {
            "start": 970277731,
            "stop": 970277849
        },
        {
            "start": 970277852,
            "stop": 970277854
        },
        {
            "start": 970277857,
            "stop": 970277907
        },
        {
            "start": 970277910,
            "stop": 970277925
        },
        {
            "start": 970277928,
            "stop": 970277964
        },
        {
            "start": 970277968,
            "stop": 970277988
        },
        {
            "start": 970277991,
            "stop": 970278017
        },
        {
            "start": 970278020,
            "stop": 970278082
        },
        {
            "start": 970278085,
            "stop": 970278120
        },
        {
            "start": 970278123,
            "stop": 970278500
        },
        {
            "start": 970278503,
            "stop": 970278642
        },
        {
            "start": 970278646,
            "stop": 970278689
        }
    ]
}