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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=768",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=766",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 767,
    "results": [
        {
            "start": 957266428,
            "stop": 957266589
        },
        {
            "start": 957266595,
            "stop": 957266636
        },
        {
            "start": 957266642,
            "stop": 957266776
        },
        {
            "start": 957266781,
            "stop": 957266843
        },
        {
            "start": 957266849,
            "stop": 957267304
        },
        {
            "start": 957267310,
            "stop": 957267342
        },
        {
            "start": 957267348,
            "stop": 957268401
        },
        {
            "start": 957268407,
            "stop": 957268433
        },
        {
            "start": 957268439,
            "stop": 957268626
        },
        {
            "start": 957268631,
            "stop": 957269224
        },
        {
            "start": 957269230,
            "stop": 957269379
        },
        {
            "start": 957269385,
            "stop": 957269431
        },
        {
            "start": 957269437,
            "stop": 957269454
        },
        {
            "start": 957269460,
            "stop": 957269817
        },
        {
            "start": 957272389,
            "stop": 957273362
        },
        {
            "start": 957273368,
            "stop": 957275983
        },
        {
            "start": 957275988,
            "stop": 957279768
        },
        {
            "start": 957281258,
            "stop": 957287228
        },
        {
            "start": 957287234,
            "stop": 957288516
        },
        {
            "start": 957292931,
            "stop": 957294598
        }
    ]
}