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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5126",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5127,
    "results": [
        {
            "start": 873553273,
            "stop": 873553311
        },
        {
            "start": 873553318,
            "stop": 873553324
        },
        {
            "start": 873553341,
            "stop": 873553345
        },
        {
            "start": 873553352,
            "stop": 873553464
        },
        {
            "start": 873553472,
            "stop": 873553531
        },
        {
            "start": 873553539,
            "stop": 873553766
        },
        {
            "start": 873553775,
            "stop": 873553890
        },
        {
            "start": 873554550,
            "stop": 873554688
        },
        {
            "start": 873554748,
            "stop": 873554811
        },
        {
            "start": 873554818,
            "stop": 873554819
        },
        {
            "start": 873554827,
            "stop": 873554830
        },
        {
            "start": 873554837,
            "stop": 873556115
        },
        {
            "start": 873556132,
            "stop": 873556365
        },
        {
            "start": 873556373,
            "stop": 873556574
        },
        {
            "start": 873556591,
            "stop": 873556678
        },
        {
            "start": 873556687,
            "stop": 873556921
        },
        {
            "start": 873556928,
            "stop": 873556957
        },
        {
            "start": 873556967,
            "stop": 873556977
        },
        {
            "start": 873556984,
            "stop": 873556995
        },
        {
            "start": 873557002,
            "stop": 873557005
        }
    ]
}