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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4692",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4690",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4691,
    "results": [
        {
            "start": 969902109,
            "stop": 969902132
        },
        {
            "start": 969902135,
            "stop": 969902137
        },
        {
            "start": 969902140,
            "stop": 969902198
        },
        {
            "start": 969902378,
            "stop": 969902703
        },
        {
            "start": 969902706,
            "stop": 969902785
        },
        {
            "start": 969902788,
            "stop": 969902900
        },
        {
            "start": 969902903,
            "stop": 969903160
        },
        {
            "start": 969903163,
            "stop": 969903337
        },
        {
            "start": 969903398,
            "stop": 969903486
        },
        {
            "start": 969903490,
            "stop": 969903549
        },
        {
            "start": 969903552,
            "stop": 969903563
        },
        {
            "start": 969903566,
            "stop": 969903620
        },
        {
            "start": 969903624,
            "stop": 969903637
        },
        {
            "start": 969903640,
            "stop": 969903644
        },
        {
            "start": 969903647,
            "stop": 969903658
        },
        {
            "start": 969903661,
            "stop": 969903695
        },
        {
            "start": 969903698,
            "stop": 969903817
        },
        {
            "start": 969903820,
            "stop": 969903928
        },
        {
            "start": 969903931,
            "stop": 969903936
        },
        {
            "start": 969903939,
            "stop": 969904034
        }
    ]
}